infra/ansible.cfg

11 lines
171 B
INI
Raw Permalink Normal View History

2018-10-02 09:12:23 +03:00
[defaults]
2022-02-25 16:36:25 +03:00
executable=/bin/bash
2018-10-02 09:12:23 +03:00
ansible_python_interpreter="python"
filter_plugins=plugins/
[ssh_connection]
ssh_args = -F .tmp/ssh_config
pipelining = True
2019-12-06 11:42:17 +03:00
retries = 5