aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
blob: e174a75936a3ee079f41b1c3f5ab2b6a68d4e075 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[defaults]
remote_user=root
inventory = inventory/hosts.yaml

[privilege_escalation]
become = yes
become_user = root

[connection]
pipelining = True