Files
cluster-init/ansible/ansible.cfg
2026-06-14 14:21:09 +07:00

14 lines
342 B
INI

[defaults]
inventory = inventory.ini
remote_user = cloud-user
private_key_file = ../terraform/k8s_terraform
host_key_checking = False
stdout_callback = default
result_format = yaml
interpreter_python = /usr/bin/python3.12
deprecation_warnings = False
[privilege_escalation]
become = True
become_method = sudo