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