Skip to content

Commit a4e65c3

Browse files
committed
Added simple script to setup ansible and it's dependencies - but we still need git to fetch this repository.
1 parent c50621c commit a4e65c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: requirements.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
# Ansible
4+
sudo apt-add-repository ppa:ansible/ansible
5+
sudo apt-get install ansible python-apt aptitude -y

0 commit comments

Comments
 (0)