commit 96062d651d51fe71ebc29ddf0cd81af8d31d3799 Author: Julian Schacher Date: Wed Nov 22 16:10:33 2023 +0100 Initial commit. Create hetzner inventory with cit-ansible-test host diff --git a/inventories/hetzner/hosts.yaml b/inventories/hetzner/hosts.yaml new file mode 100644 index 0000000..14d3568 --- /dev/null +++ b/inventories/hetzner/hosts.yaml @@ -0,0 +1,10 @@ +all: + hosts: + cit-ansible-test: + ansible_host: 94.130.99.215 + ansible_user: cit + children: + Debian_Hosts: + cit-ansible-test: + Debian_12_Hosts: + cit-ansible-test: