refactor!: switch hosts variables to a flat layout
This commit is contained in:
parent
f669dea62a
commit
779f2766f2
33 changed files with 270 additions and 322 deletions
8
inventory/group_vars/internal/vars.yml
Normal file
8
inventory/group_vars/internal/vars.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
# global
|
||||
global_dns_type: "udp"
|
||||
global_dns_udp_dns4: "" # force usage of DHCP provided values
|
||||
global_dns_udp_dns6: "" # force usage of DHCP provided values
|
||||
global_ip_dualstack: false
|
||||
|
||||
# security role
|
||||
security_firewall_mangle_drop_privatenets: false
|
Loading…
Add table
Add a link
Reference in a new issue