fix: Move SSH private key setting from ansible.cfg to inventory
Some checks failed
Deploy Cluster / Terraform (push) Successful in 28s
Deploy Cluster / Ansible (push) Failing after 8m6s

This commit is contained in:
2026-02-28 22:53:37 +00:00
parent 7230b2b6c8
commit e26fdfe614
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
[defaults]
inventory = inventory.ini
host_key_checking = False
private_key_file = {{ private_key_file }}
retry_files_enabled = False
roles_path = roles
stdout_callback = yaml

View File

@@ -15,4 +15,5 @@ workers
[cluster:vars]
ansible_user=root
ansible_python_interpreter=/usr/bin/python3
ansible_ssh_private_key_file={{ private_key_file }}
k3s_version=latest