ansible.cfg 268 Bytes
Newer Older
1 2 3
[defaults]

jinja2_extensions=jinja2.ext.do
4
roles_path=../plays:../../playbooks/roles
5
library=../../playbooks/library
6

7
[ssh_connection]
Feanil Patel committed
8
ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath="~/.ansible/tmp/ansible-ssh-%h-%p-%r" -o ServerAliveInterval=30