From 5a7eb75d3cc7f2ed5c7659c629f232790680fcab Mon Sep 17 00:00:00 2001 From: ogrechko Date: Mon, 29 Dec 2025 06:52:14 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ansible/deploy=5Fall.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/deploy_all.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible/deploy_all.yml b/ansible/deploy_all.yml index 700153e..2bd4ea3 100644 --- a/ansible/deploy_all.yml +++ b/ansible/deploy_all.yml @@ -66,7 +66,10 @@ timeout: 300 - name: Stage 3 - Install K8s + import_playbook: change_password.yml + +- name: Stage 4 - Install K8s import_playbook: k8s_setup.yml -- name: Stage 4 - Final Config +- name: Stage 5 - Final Config import_playbook: k8s_post_install.yml \ No newline at end of file