Обновить ansible/deploy_all.yml

This commit is contained in:
2025-12-28 08:12:44 +00:00
parent 48d56566a2
commit 9f7b280918

View File

@@ -9,6 +9,9 @@
project_path: "{{ playbook_dir }}/../terraform" # путь к папке с .tf файлами в вашем репозитории project_path: "{{ playbook_dir }}/../terraform" # путь к папке с .tf файлами в вашем репозитории
state: present state: present
force_init: true force_init: true
init_reconfigure: true
environment:
TF_CLI_CONFIG_FILE: "/tmp/.terraformrc"
register: tf_result register: tf_result
- name: Wait for SSH to be ready - name: Wait for SSH to be ready