infra/playbooks/ansible.cfg

7 lines
153 B
INI
Raw Normal View History

2024-06-11 21:23:20 +00:00
[defaults]
inventory = ./hosts/hosts
log_path = ./.ansible.log
# human-readable stdout/stderr results display:
stdout_callback = debug
pipelining = True