Inventory: replace 127.0.0.1 with localhost for MySQL connections
This commit is contained in:
parent
912cff7f5a
commit
168f26aa14
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ pdns_config:
|
|||
|
||||
pdns_backends:
|
||||
gmysql:
|
||||
host: "127.0.0.1"
|
||||
host: "localhost"
|
||||
user: "powerdns"
|
||||
password: "{{ lookup('passwordstore', inventory_hostname_short + '/mysql_powerdns subkey=secret') }}"
|
||||
dbname: "powerdns"
|
||||
|
|
|
@ -49,7 +49,7 @@ pdns_config:
|
|||
|
||||
pdns_backends:
|
||||
gmysql:
|
||||
host: "127.0.0.1"
|
||||
host: "localhost"
|
||||
user: "powerdns"
|
||||
password: "{{ lookup('passwordstore', inventory_hostname_short + '/mysql_powerdns subkey=secret') }}"
|
||||
dbname: "powerdns"
|
||||
|
|
Loading…
Reference in a new issue