matrix-docker-ansible-deploy/ansible.cfg
2020-05-12 14:20:28 -05:00

15 lines
284 B
INI

[defaults]
pipelining = True
retry_files_enabled = False
stdout_callback = yaml
vault_password_file=open_the_vault.sh
ansible_python_interpreter=/usr/bin/python3
interpreter_python=/usr/bin/python3
[ssh_connection]
scp_if_ssh = True
retries = 1
[privilege_escalation]
become = True