Dot_Files/ansible.cfg
Price Hiller 1dcef1ae70
fix: display skipped hosts
If this is set to false then we can't see the title for long-running
tasks 😠
2023-07-05 01:49:20 -05:00

14 lines
236 B
INI

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