Skip to content
Snippets Groups Projects
Commit 4329e6aa authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

bugfix

Former-commit-id: ecf63d9c
parent 092e55c0
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,7 @@ ansible_create_cluster_stage: ...@@ -89,6 +89,7 @@ ansible_create_cluster_stage:
script: script:
- echo "ansible_create_cluster_stage" - echo "ansible_create_cluster_stage"
- bash -x ./CICD/ansible_create_cluster_script.sh - bash -x ./CICD/ansible_create_cluster_script.sh
- cd CICD
- ansible-playbook -i files/inventory.$STACKNAME --key-file ../gc_key.pem master_playbook.yml - ansible-playbook -i files/inventory.$STACKNAME --key-file ../gc_key.pem master_playbook.yml
- sleep 15 - sleep 15
- echo uglyuglyfix - echo uglyuglyfix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment