Created
August 11, 2016 05:12
-
-
Save chaunceyt/cdc977ae9a2f285c3d796673e4708789 to your computer and use it in GitHub Desktop.
Revisions
-
chaunceyt created this gist
Aug 11, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ #!/bin/bash yum update -y yum -y install git.x86_64 cd /opt git clone -v https://github.com/ansible/ansible.git --recursive source /opt/ansible/hacking/env-setup echo "localhost" > ~/ansible_hosts export ANSIBLE_HOSTS=~/ansible_hosts /opt/ansible/bin/ansible-pull -C elkstack -U https://github.com/chaunceyt/ansible-playbooks.git