Dot_Files/ansible.cfg

14 lines
236 B
INI
Raw Normal View History

2022-08-02 02:38:40 -05:00
[defaults]
inventory = ./inventories/inventory.yml
2023-05-10 21:27:57 -05:00
stdout_callback=yaml
stderr_callback=yaml
bin_ansible_callbacks = True
2022-08-02 02:38:40 -05:00
[privelege_escalation]
become = True
become_method = sudo
become_user = root
2022-08-03 00:00:03 -05:00
[ssh_connection]
pipelining = True