This change further changes the name of the only host in question form localhost to "127.0.0.1" to resolve the annoying warning about the duplicated declaration of "localhost" at the start of the execution of the playbook.
9 lines
184 B
INI
9 lines
184 B
INI
[defaults]
|
|
nocows = True
|
|
inventory = inventory.ini
|
|
become = True
|
|
ask-become-pass = True
|
|
display_skipped_hosts = False
|
|
error_on_undefined_vars = True
|
|
vault_password_file = password.txt
|