diff --git a/ansible/deploy_all.yml b/ansible/deploy_all.yml index c09d128..48325bf 100644 --- a/ansible/deploy_all.yml +++ b/ansible/deploy_all.yml @@ -79,4 +79,7 @@ timeout: 300 - name: Step 3 - K8s Setup - import_playbook: k8s_setup.yml \ No newline at end of file + import_playbook: k8s_setup.yml + +- name: Stage 4 - Post-install (Network & Storage) + import_playbook: k8s_post_install.yml \ No newline at end of file