This repository has been archived on 2023-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
homeserver-ansible/ansible.cfg

9 lines
130 B
INI
Raw Normal View History

2022-02-27 16:05:34 -05:00
[defaults]
inventory = hosts
[ssh_connections]
pipelining = true
[privilege_escalation]
2023-06-19 21:49:41 -04:00
become_method = {{ escalation_method }}