This commit is contained in:
parent
fea76a6abe
commit
a0a0ffd220
@ -1,3 +1,4 @@
|
||||
consul_client_addr: "0.0.0.0"
|
||||
consul_datacenter: "homelab"
|
||||
consul_gossip_encryption_key: "{{vault_consul_encryption}}"
|
||||
consul_backup_location: "/mnt/diskstation/git/backup/consul"
|
||||
|
2
host_vars/VMAW
Normal file
2
host_vars/VMAW
Normal file
@ -0,0 +1,2 @@
|
||||
ldap_search_base: "dc=ducamps,dc=win"
|
||||
ldap_uri: "ldaps://VMAS-BUILD"
|
@ -13,3 +13,5 @@ wireguard_postdown:
|
||||
- iptables -D FORWARD -i wg0 -j ACCEPT
|
||||
- iptables -D FORWARD -o wg0 -j ACCEPT
|
||||
- iptables -t nat -D POSTROUTING -o eno1 -j MASQUERADE
|
||||
|
||||
consul_snapshot: True
|
||||
|
Loading…
Reference in New Issue
Block a user