aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/ansible.cfg
blob: 10c66bee4b9d969597f2fc3c3dc8245ecdbfbda5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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
become_ask_pass = yes

[connection]
pipelining = True