infra/playbooks/ansible.cfg

7 lines
153 B
INI

[defaults]
inventory = ./hosts/hosts
log_path = ./.ansible.log
# human-readable stdout/stderr results display:
stdout_callback = debug
pipelining = True