Files
railiance-infra/ansible/ansible.cfg
tegwick 1cae8ea14e fix(ansible): use default stdout callback for ansible-core 2.21
Replaces removed community.general.yaml callback so bootstrap-ssh-ca runs cleanly.
2026-06-18 01:18:57 +02:00

10 lines
207 B
INI

[defaults]
inventory = ./inventory_from_yaml.py
roles_path = ./roles
host_key_checking = False
retry_files_enabled = False
interpreter_python = auto
stdout_callback = default
result_format = yaml
forks = 20