From ebd405f3bd4c3f5d86aea94f70f6ec14a0759d35 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sat, 11 Jul 2026 14:25:49 +0200 Subject: [PATCH] Add collections --- get_network_config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/get_network_config.yml b/get_network_config.yml index 1cb1bdd..bf1b957 100644 --- a/get_network_config.yml +++ b/get_network_config.yml @@ -2,6 +2,9 @@ # Playbook Ansible : Récupérer la config réseau + DNS, écrire dans un fichier local, puis SFTP - name: Collecte configuration réseau et DNS et upload SFTP + collections: + - community.general + vars: # Configuration du serveur SFTP distant (à adapter) sftp_host: "linuxdev.maison"