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

[privilege_escalation]
become = yes
become_user = root

[connection]
pipelining = True