We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde67b4 commit f1d6222Copy full SHA for f1d6222
Scripts/ansible-install.sh
@@ -0,0 +1,16 @@
1
+### Install Ansible-core
2
+
3
+echo "Installing ansible-core..."
4
5
+echo "Cloning ansible (https://github.com/sahilsk/ansible) ..."
6
+git clone https://github.com/sahilsk/ansible
7
+cd ./ansible
8
+echo "setting environment..."
9
+source ./hacking/env-setup
10
+sudo apt-get install python-setuptools -y
11
+sudo easy_install pip -y
12
+sudo pip install paramiko PyYAML jinja2 httplib2 -y
13
+echo `ansible --version`
14
15
16
0 commit comments