diff --git a/ansible/inventories/vlab1.yaml b/ansible/inventories/vlab1.yaml new file mode 100644 index 0000000..3908729 --- /dev/null +++ b/ansible/inventories/vlab1.yaml @@ -0,0 +1,12 @@ +--- +vlab-1: + children: + wireguard_server: + hosts: + vpn-1.sse.cloud.isti.cnr.it: + nextcloud: + hosts: + b-service_2: + ansible_host: 10.22.2.77 + b-service_1: + ansible_host: 10.22.1.145 \ No newline at end of file