summaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: ce2d8dd5ab8fa76fe3e18bcdb4280cc6d346780e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[defaults]
inventory = ./hosts.ini
roles_path = ./roles:../roles
remote_user = root
log_path = ./log
remote_tmp = /tmp/.ansible/tmp
nocows=1
vault_password_file = ./gpg/get-vault-pass.sh

gathering = smart
fact_caching = jsonfile
fact_caching_connection = ./facts
fact_caching_timeout = 7200

var_compression_level = 9

[ssh_connection]
pipelining = True
ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s