fix(security): find controllers IP from SSH connection, not from hostname lookup
This commit is contained in:
parent
d65aa3e6cc
commit
3659c15749
2 changed files with 13 additions and 5 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
flush ruleset
|
||||
|
||||
define ansible_controller_ip = {{ controller_ip | default('127.0.0.1', true) }}
|
||||
define ansible_controller_ip6 = {{ controller_ip6 | default('fe80::', true) }}
|
||||
define ansible_controller_ip = {{ supervisor_ip | default('127.0.0.1', true) }}
|
||||
define ansible_controller_ip6 = {{ supervisor_ipp6 | default('fe80::', true) }}
|
||||
define dns_server = {{ dns_server | default('9.9.9.9', true) }}
|
||||
define dns_server6 = {{ dns_server | default('2620:fe::fe', true) }}
|
||||
define private_nets = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue