Files
awx-testing/ansible.cfg

11 lines
208 B
INI
Raw Normal View History

2026-01-13 17:34:15 +01:00
[defaults]
become = true
become_user = root
callback_plugins= ./callbacks
stdout_callback = anstomlog
2026-01-13 18:15:58 +01:00
interpreter_python = /usr/bin/python3
2026-01-13 17:34:15 +01:00
# Silence
2026-01-13 18:18:01 +01:00
retry_files_enabled = False
bin_ansible_callbacks = True