Files
micqdf c89c31adea
Deploy Cluster / Terraform (push) Successful in 27s
Deploy Cluster / Ansible (push) Has been cancelled
fix: clean up Ansible bootstrap warnings
2026-04-24 11:07:13 +00:00

15 lines
292 B
INI

[defaults]
inventory = inventory.ini
host_key_checking = False
retry_files_enabled = False
roles_path = roles
stdout_callback = default
result_format = yaml
interpreter_python = auto_silent
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False