aboutsummaryrefslogtreecommitdiff
path: root/ansible/ansible.cfg
blob: 4b2fc3e1a15e0009e9b5907f615168814186e78e (plain)
1
2
3
4
5
6
7
8
9
[defaults]
host_key_checking = false
roles_path = ./roles
playbook_dir = ./playbooks
inventory = ./hosts
vault_password_file = ./vaultkey

[ssh_connection]
pipelining = true