Files
dev-machine/ansible.cfg
Felix Nehrke d1309f7aaf Add ini-suffix to inventory file to make the filetype clear
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.
2025-09-14 20:25:11 +02:00

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