homeserver-iac/ansible.cfg

9 lines
130 B
INI
Raw Normal View History

[defaults]
inventory = hosts
[ssh_connections]
pipelining = true
[privilege_escalation]
become_method = {{ escalation_method }}