Skip to content

Commit f1d6222

Browse files
author
sahilsk
committed
added ansible_install script
1 parent fde67b4 commit f1d6222

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Scripts/ansible-install.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)