Last active
April 28, 2016 07:34
-
-
Save sam95/a2acfa06d9e427acdfb2a27ef2d27ff1 to your computer and use it in GitHub Desktop.
Revisions
-
sam95 revised this gist
Apr 28, 2016 . 1 changed file with 2 additions and 1 deletion.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 @@ -4,7 +4,8 @@ follow the below steps $mkdir ansible-test $cd ansible-test $wget https://pypi.python.org/packages/2f/d4/3a76a12463aebc006bce192e5e3de3a48d2a419bccb946849b10b3e27373/ansible-1.7.tar.gz#md5=367d63ff316ee38c7e51b48a8f598327 $tar vxf ansible-1.7.tar.gz $cd ./ansible-1.7 $make There you go! You've installed ansible 1.7! -
sam95 revised this gist
Apr 28, 2016 . 1 changed file with 5 additions and 7 deletions.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 @@ -1,13 +1,11 @@ Ansible is an open source automation tool. Installing ansible is simple for the latest version, to install a specific version follow the below steps $mkdir ansible-test $cd ansible-test $wget https://pypi.python.org/packages/2f/d4/3a76a12463aebc006bce192e5e3de3a48d2a419bccb946849b10b3e27373/ansible-1.7.tar.gz#md5=367d63ff316ee38c7e51b48a8f598327 $tar vxf ansible-1.7.tar.gz $make There you go! You've installed ansible 1.7! To go ahead check ansible docs http://docs.ansible.com/ansible/intro_getting_started.html -
sam95 revised this gist
Apr 28, 2016 . 1 changed file with 7 additions and 6 deletions.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 @@ -1,12 +1,13 @@ Ansible is an open source automation tool. Installing ansible is simple for the latest version, to install a specific version follow the below steps $mkdir ansible-test $cd ansible-test $wget https://pypi.python.org/packages/2f/d4/3a76a12463aebc006bce192e5e3de3a48d2a419bccb946849b10b3e27373/ansible-1.7.tar.gz#md5=367d63ff316ee38c7e51b48a8f598327 $tar vxf ansible-1.7.tar.gz $make There you go! You've installed ansible 1.7! To go ahead check ansible docs http://docs.ansible.com/ansible/intro_getting_started.html -
sam95 revised this gist
Apr 28, 2016 . 1 changed file with 6 additions and 9 deletions.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 @@ -1,15 +1,12 @@ Ansible is an open source automation tool. Installing ansible is simple for the latest version, to install a specific version follow the below steps $mkdir ansible-test $cd ansible-test $wget https://pypi.python.org/packages/2f/d4/3a76a12463aebc006bce192e5e3de3a48d2a419bccb946849b10b3e27373/ansible-1.7.tar.gz#md5=367d63ff316ee38c7e51b48a8f598327 $tar vxf ansible-1.7.tar.gz $make There you go! You've installed ansible 1.7! To go ahead check ansible docs http://docs.ansible.com/ansible/intro_getting_started.html -
sam95 revised this gist
Apr 28, 2016 . 1 changed file with 4 additions and 0 deletions.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 @@ -2,9 +2,13 @@ Ansible is an open source automation tool. Installing ansible is simple for the follow the below steps $mkdir ansible-test $cd ansible-test $wget https://pypi.python.org/packages/2f/d4/3a76a12463aebc006bce192e5e3de3a48d2a419bccb946849b10b3e27373/ansible-1.7.tar.gz#md5=367d63ff316ee38c7e51b48a8f598327 $tar vxf ansible-1.7.tar.gz $make There you go! You've installed ansible 1.7! -
sam95 created this gist
Apr 28, 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,11 @@ Ansible is an open source automation tool. Installing ansible is simple for the latest version, to install a specific version follow the below steps $mkdir ansible-test $cd ansible-test $wget https://pypi.python.org/packages/2f/d4/3a76a12463aebc006bce192e5e3de3a48d2a419bccb946849b10b3e27373/ansible-1.7.tar.gz#md5=367d63ff316ee38c7e51b48a8f598327 $tar vxf ansible-1.7.tar.gz $make There you go! You've installed ansible 1.7! To go ahead check ansible docs http://docs.ansible.com/ansible/intro_getting_started.html