added ssh config and some more hosts
[noc.git] / ansible.cfg
1 [defaults]
2 inventory = ./hosts
3 remote_user = root
4 log_path = ./log
5 nocows=1
6 vault_password_file = ./open-vault.sh
7
8 gathering = smart
9 var_compression_level = 9
10
11 [ssh_connection]
12 pipelining = True
13 ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -F ssh-config