demo_ansible/ansible.cfg

14 lines
317 B
INI

[defaults]
inventory = hosts.yml
retry_files_enabled = False
vault_password_file = vault-password.sh
gathering = smart
fact_caching = jsonfile
fact_caching_connection = .fact_caching
fact_caching_timeout = 3600
# Print more human-readable command outputs
stdout_callback = debug
[privilege_escalation]
become = True