ansible/ansible-pull.cfg

13 lines
244 B
INI
Raw Normal View History

[defaults]
2020-10-08 20:44:02 -05:00
gathering = smart
interpreter_python = python3
inventory = inventory
2020-06-24 06:54:45 -05:00
roles_path = roles
2020-10-08 20:44:02 -05:00
# Secrets
ask_become_pass = false
ask_vault_pass = false
2020-10-08 20:44:02 -05:00
# Warnings
command_warnings = true
#deprecation_warnings = false
system_warnings = true