update ansible.cfg
This commit is contained in:
parent
bf1ccf2b05
commit
1d7fce7cae
1 changed files with 7 additions and 0 deletions
|
@ -1,2 +1,9 @@
|
||||||
[connection]
|
[connection]
|
||||||
pipelining = True
|
pipelining = True
|
||||||
|
inventory=inventory
|
||||||
|
ansible_managed=This file is managed by Ansible. Do not edit manually!
|
||||||
|
|
||||||
|
[privilege_escalation]
|
||||||
|
become=True
|
||||||
|
become_method=sudo
|
||||||
|
become_user=root
|
||||||
|
|
Loading…
Add table
Reference in a new issue