From a9a8cd8a061f774c23a5f34138ae9165e88981db Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sat, 11 Jul 2026 14:16:35 +0200 Subject: [PATCH] add host: all to playbook: get_network_config.yml --- get_network_config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/get_network_config.yml b/get_network_config.yml index 6b78eff..64fe710 100644 --- a/get_network_config.yml +++ b/get_network_config.yml @@ -9,6 +9,8 @@ vars: sftp_pass: "St&ph@ne10Nove.@1976" # ou utiliser un secret Ansible Vault sftp_remote_dir: "/home/thedarty/deploy/" +hosts: all + tasks: # ------------------------------------------------------- # Étape 1 – Récupérer les infos réseau ET DNS du serveur cible