homeserver-iac/ansible.cfg
2023-08-21 17:19:29 -04:00

9 lines
130 B
INI

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