Skip to content

Instantly share code, notes, and snippets.

@sam95
Last active April 28, 2016 07:34
Show Gist options
  • Select an option

  • Save sam95/a2acfa06d9e427acdfb2a27ef2d27ff1 to your computer and use it in GitHub Desktop.

Select an option

Save sam95/a2acfa06d9e427acdfb2a27ef2d27ff1 to your computer and use it in GitHub Desktop.

Revisions

  1. sam95 revised this gist Apr 28, 2016. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Installansible.md
    Original 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
    $tar vxf ansible-1.7.tar.gz
    $cd ./ansible-1.7
    $make

    There you go! You've installed ansible 1.7!
  2. sam95 revised this gist Apr 28, 2016. 1 changed file with 5 additions and 7 deletions.
    12 changes: 5 additions & 7 deletions Installansible.md
    Original 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
    $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
  3. sam95 revised this gist Apr 28, 2016. 1 changed file with 7 additions and 6 deletions.
    13 changes: 7 additions & 6 deletions Installansible.md
    Original 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
    $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
  4. sam95 revised this gist Apr 28, 2016. 1 changed file with 6 additions and 9 deletions.
    15 changes: 6 additions & 9 deletions Installansible.md
    Original 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
    $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
  5. sam95 revised this gist Apr 28, 2016. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions Installansible.md
    Original 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!
  6. sam95 created this gist Apr 28, 2016.
    11 changes: 11 additions & 0 deletions Installansible.md
    Original 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