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

still nto sure whats wrong

parent a82673b0
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...
......@@ -123,7 +123,7 @@ ansible_create_cluster_stage:
- cat ansible.cfg
- cat ssh.cfg
- ansible -i inventory.yml -m ping 'all'
#- ssh `cat ssh.cfg | grep Proxy | cut -f 2 -d "="` -i ./tmp_key -o StrictHostKeyChecking=no exit 0
- ssh -vvv `cat ssh.cfg | grep Proxy | cut -f 2 -d "="` exit 0
- export ANSIBLE_HOST_KEY_CHECKING=False
- ansible-playbook -i inventory.yml upgrade_and_reboot.yml
- ansible-playbook -i inventory.yml master_playbook.yml
......
......@@ -4,4 +4,6 @@ Host 192.168.*
ServerAliveInterval 60
ControlMaster auto
ControlPath ~/.ssh/%r@%h:%p
UserKnownHostsFile ./known_hosts
GlobalKnownHostsFile /dev/null
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