Skip to content
Snippets Groups Projects
Commit 93673286 authored by Chris Hines's avatar Chris Hines
Browse files

still fixing

parent 28755daf
No related branches found
No related tags found
3 merge requests!518modifications to playbooks because 1. we're not using ldap 2. we're mounting...,!517modifications to playbooks because 1. we're not using ldap 2. we're mounting...,!513modifications to playbooks because 1. we're not using ldap 2. we're mounting...
...@@ -114,6 +114,8 @@ ansible_create_cluster_stage: ...@@ -114,6 +114,8 @@ ansible_create_cluster_stage:
- cd CICD - cd CICD
- pwd - pwd
- python3 ./make_files.py ./inventory.yml ./infra/os_vars.yml ./vars/versions.yml - python3 ./make_files.py ./inventory.yml ./infra/os_vars.yml ./vars/versions.yml
- ssh-keygen -R `cat ssh.cfg | grep Proxy | cut -f 2 -d "@"`
- ssh `cat ssh.cfg | grep Proxy | cut -f 2 -d "="` -o StrictHostKeyChecking=accept-new exit 0
- ansible-playbook -i inventory.yml --key-file ../tmp_key upgrade_and_reboot.yml - ansible-playbook -i inventory.yml --key-file ../tmp_key upgrade_and_reboot.yml
- ansible-playbook -i inventory.yml --key-file ../tmp_key master_playbook.yml - ansible-playbook -i inventory.yml --key-file ../tmp_key master_playbook.yml
- sleep 15 - sleep 15
......
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