matrix-docker-ansible-deploy/ansible.cfg

19 lines
443 B
INI

[defaults]
pipelining = True
retry_files_enabled = False
stdout_callback = yaml
# trying allow world readable to bypass a weird issue with ansible
# see: https://github.com/georchestra/ansible/issues/55
allow_world_readable_tmpfiles=true
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