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

fix username

parent f9309d30
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...
...@@ -115,7 +115,7 @@ ansible_create_cluster_stage: ...@@ -115,7 +115,7 @@ ansible_create_cluster_stage:
- 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-keygen -R `cat ssh.cfg | grep Proxy | cut -f 2 -d "@"`
- ssh `cat ssh.cfg | grep Proxy | cut -f 2 -d "="` -o StrictHostKeyChecking=no exit 0 - ssh `cat ssh.cfg | grep Proxy | cut -f 2 -d "="` -l ubuntu -o StrictHostKeyChecking=no 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