infra/ansible.cfg

11 lines
171 B
INI
Raw Normal View History

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