diff --git a/ansible/inventories/group_vars/wireguard_server/sifi.yaml b/ansible/inventories/group_vars/wireguard_server/sifi.yaml index 906eaac..f9c694f 100644 --- a/ansible/inventories/group_vars/wireguard_server/sifi.yaml +++ b/ansible/inventories/group_vars/wireguard_server/sifi.yaml @@ -9,4 +9,7 @@ wg_server_address: 192.168.99.1/32 wg_peers: - name: fabio_test publicKey: "byR/8T9AZK2t1cxDCLVzdLXsxcUPRXA06CnfI8gwQyY=" - allowedIP: "192.168.99.4/32" \ No newline at end of file + allowedIP: "192.168.99.4/32" + - name: lucio + publicKey: "IifwTYaBMoL3IhAHHplyuVMCir7PHNT57cP57RvEIwg=" + allowedIP: "192.168.99.3/32" \ No newline at end of file diff --git a/ansible/inventories/sifi.yaml b/ansible/inventories/sifi.yaml index f79f6d6..daac126 100644 --- a/ansible/inventories/sifi.yaml +++ b/ansible/inventories/sifi.yaml @@ -2,22 +2,22 @@ # SIFI sifi: children: - opn: - hosts: - sifi_opnsense.sifi.isti.cnr.it: + #opn: + #hosts: + # sifi_opnsense.sifi.isti.cnr.it: # ns1.sifi.isti.cnr.it: # ansible_host: 146.48.108.51 #[WAN public ip] # ansible_host: 10.20.30.111 wireguard_server: hosts: - vpn-1.sse.cloud.isti.cnr.it: + vpn-1.sifi.sse.cloud.isti.cnr.it: # ansible_host: 146.48.108.13 - nameserver: - hosts: - ns1.sifi.isti.cnr.it: - ansible_host: 146.48.108.51 + # nameserver: + # hosts: + #ns1.sifi.isti.cnr.it: + # ansible_host: 146.48.108.51 # dns1.internal.sifi.isti.cnr.it: # ansible_host: 10.11.12.11 workers: hosts: - worker1.internal.sifi.isti.cnr.it: + dev-1.sifi.sse.cloud.isti.cnr.it: 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