summaryrefslogtreecommitdiffstats
path: root/playbooks/provisioning/openstack/sample-inventory/ansible.cfg
blob: a701e59ac09ae3c7a5401f254e9c9421dfa7fbb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# config file for ansible -- http://ansible.com/
# ==============================================
[defaults]
forks = 50
# work around privilege escalation timeouts in ansible
timeout = 30
host_key_checking = false
inventory = inventory
inventory_ignore_extensions = secrets.py, .pyc
gathering = smart
retry_files_enabled = false
fact_caching = jsonfile
fact_caching_connection = .ansible/cached_facts
fact_caching_timeout = 900

[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=900s -o GSSAPIAuthentication=no
control_path = /var/tmp/%%h-%%r
pipelining = True