ansible/roles/ansible-pull/templates/ansible-pull.cfg
Salt fd87cb00d0 Template out ansible-pull.cfg BEFORE first run
Turns out this caused serious problems if a host had never actually fully run ansible-pull before
2020-10-26 18:36:49 -05:00

13 lines
244 B
INI

[defaults]
gathering = smart
interpreter_python = python3
inventory = inventory
roles_path = roles
# Secrets
ask_become_pass = false
ask_vault_pass = false
# Warnings
command_warnings = true
#deprecation_warnings = false
system_warnings = true