Dot_Files/ansible.cfg

15 lines
266 B
INI

[defaults]
inventory = ./inventories/inventory.yml
stdout_callback=yaml
stderr_callback=yaml
bin_ansible_callbacks = True
display_skipped_hosts = False
[privelege_escalation]
become = True
become_method = sudo
become_user = root
[ssh_connection]
pipelining = True