initial commit

This commit is contained in:
2026-06-14 14:21:09 +07:00
commit 054835e2a7
17 changed files with 771 additions and 0 deletions

13
ansible/ansible.cfg Normal file
View File

@@ -0,0 +1,13 @@
[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