Merge pull request 'next_migration' (#9) from next_migration into main

Reviewed-on: #9
This commit is contained in:
Fabio Sinibaldi 2026-06-22 16:42:27 +02:00
commit eec3cc677f
3 changed files with 25 additions and 10 deletions

View File

@ -10,3 +10,6 @@ wg_peers:
- name: fabio_test - name: fabio_test
publicKey: "byR/8T9AZK2t1cxDCLVzdLXsxcUPRXA06CnfI8gwQyY=" publicKey: "byR/8T9AZK2t1cxDCLVzdLXsxcUPRXA06CnfI8gwQyY="
allowedIP: "192.168.99.4/32" allowedIP: "192.168.99.4/32"
- name: lucio
publicKey: "IifwTYaBMoL3IhAHHplyuVMCir7PHNT57cP57RvEIwg="
allowedIP: "192.168.99.3/32"

View File

@ -2,22 +2,22 @@
# SIFI # SIFI
sifi: sifi:
children: children:
opn: #opn:
hosts: #hosts:
sifi_opnsense.sifi.isti.cnr.it: # sifi_opnsense.sifi.isti.cnr.it:
# ns1.sifi.isti.cnr.it: # ns1.sifi.isti.cnr.it:
# ansible_host: 146.48.108.51 #[WAN public ip] # ansible_host: 146.48.108.51 #[WAN public ip]
# ansible_host: 10.20.30.111 # ansible_host: 10.20.30.111
wireguard_server: wireguard_server:
hosts: hosts:
vpn-1.sse.cloud.isti.cnr.it: vpn-1.sifi.sse.cloud.isti.cnr.it:
# ansible_host: 146.48.108.13 # ansible_host: 146.48.108.13
nameserver: # nameserver:
hosts: # hosts:
ns1.sifi.isti.cnr.it: #ns1.sifi.isti.cnr.it:
ansible_host: 146.48.108.51 # ansible_host: 146.48.108.51
# dns1.internal.sifi.isti.cnr.it: # dns1.internal.sifi.isti.cnr.it:
# ansible_host: 10.11.12.11 # ansible_host: 10.11.12.11
workers: workers:
hosts: hosts:
worker1.internal.sifi.isti.cnr.it: dev-1.sifi.sse.cloud.isti.cnr.it:

View File

@ -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