From b392c330b33e2b1254d81678709a751881e8a63a Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 18:02:42 +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 48325bf..8d2deaa 100644 --- a/ansible/deploy_all.yml +++ b/ansible/deploy_all.yml @@ -81,5 +81,8 @@ - name: Step 3 - K8s Setup import_playbook: k8s_setup.yml -- name: Stage 4 - Post-install (Network & Storage) +- name: Step 4 - change password + import_playbook: change_password.yml + +- name: Stage 5 - Post-install (Network & Storage) import_playbook: k8s_post_install.yml \ No newline at end of file