From b0e5f58d63150fc08255b160b6e081437574c524 Mon Sep 17 00:00:00 2001 From: gitea Date: Tue, 8 Sep 2026 21:06:45 +0200 Subject: [PATCH] Upload files to "/" --- Inventory.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Inventory.yml diff --git a/Inventory.yml b/Inventory.yml new file mode 100644 index 0000000..bdb8a0b --- /dev/null +++ b/Inventory.yml @@ -0,0 +1,28 @@ +all: + hosts: + children: + Containers: + hosts: + ansible.alpine: + ansible_connection=ssh + ansible_user=ansible + ansible.debian: + ansible.rocky: + ansible.suse: + ansible.ubuntu: + France: + hosts: + ansible.alpine: + freebsd: + vars: + timezone : 'Europe/Paris' + ntp_server : '0.fr.pool.ntp.org' + VM: + hosts: + Freebsd: + ansible_host: 10.11.12.13 + vars: + DNS1: 192.168.0.254 + DNS2: 2606:4700:4700::1111 + DNS3: 2606:4700:4700::1001 + DNS4: 1.1.1.1