forked from saratov/infra
11 lines
171 B
INI
11 lines
171 B
INI
[defaults]
|
|
executable=/bin/bash
|
|
ansible_python_interpreter="python"
|
|
filter_plugins=plugins/
|
|
|
|
[ssh_connection]
|
|
ssh_args = -F .tmp/ssh_config
|
|
pipelining = True
|
|
retries = 5
|
|
|