ansible/roles/ansible-pull/templates/ansible-pull.cfg

13 lines
280 B
INI
Raw Normal View History

[defaults]
2020-10-08 20:44:02 -05:00
gathering = smart
interpreter_python = python3
2020-10-31 20:57:55 -05:00
inventory = ansible-pull-repo/inventory
roles_path = ansible-pull-repo/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