Fixed syntax
This commit is contained in:
parent
18b0687093
commit
3aa5bd8a61
|
|
@ -1,21 +1,23 @@
|
|||
#SIFI
|
||||
---
|
||||
# SIFI
|
||||
sifi:
|
||||
children:
|
||||
opn:
|
||||
hosts:
|
||||
#ns1.sifi.isti.cnr.it:
|
||||
#ansible_host: 146.48.108.51 #[WAN public ip]
|
||||
#ansible_host: 10.20.30.111
|
||||
wireguard:
|
||||
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:
|
||||
wireguarder.sifi.isti.cnr.it:
|
||||
# ansible_host: 146.48.108.13
|
||||
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
|
||||
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:
|
||||
worker1.internal.sifi.isti.cnr.it:
|
||||
|
|
|
|||
Loading…
Reference in New Issue