aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/ansible.cfg
blob: ff9ee502dc16796907fd6440b0eac64938edac2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[defaults]
inventory = inventory/hosts.yaml
host_key_checking = False
vault_password_file = vault_passwords
collections_path = .ansible/galaxy_collections/
roles_path = .ansible/galaxy_roles/:roles/

[privilege_escalation]
become = yes

[connection]
pipelining = True