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

ansible_managed = Managed by Ansible (do not edit). Role: {{{{ role_name }}}}, Template: {{{{ template_path | basename }}}}

[privilege_escalation]
become = yes

[connection]
pipelining = True