2
0
Fork 0
ansible-example/ansible.cfg

10 lines
194 B
INI
Raw Normal View History

2024-02-11 18:21:54 +01:00
[connection]
pipelining = True
2024-02-11 18:42:38 +01:00
inventory=inventory
ansible_managed=This file is managed by Ansible. Do not edit manually!
[privilege_escalation]
become=True
become_method=sudo
become_user=root