ansible-collection-hardening/ansible-install.sh

7 lines
231 B
Bash
Raw Normal View History

2015-05-04 21:37:22 +00:00
#!/bin/bash
2015-05-26 20:37:55 +00:00
sudo apt-get install -y build-essential python-dev python-setuptools
cd /tmp && wget http://releases.ansible.com/ansible/ansible-latest.tar.gz
tar xzf ansible-latest.tar.gz
cd ansible-* && sudo python setup.py install