pfarmer / ansible-bootstrap-perf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-bootstrap-perf

A simple Ansible bootstrap for my Ubuntu 14.04 build.

As root:

# apt-get update ; apt-get -y dist-upgrade 
# apt-get -y install software-properties-common git-core
# apt-add-repository -y ppa:ansible/ansible ; apt-get update
# apt-get -y install ansible
# ansible-pull -U https://github.com/pfarmer/ansible-bootstrap-perf.git -i hosts

Or the one liner:

apt-get update ; apt-get -y dist-upgrade ; apt-get -y install software-properties-common git-core ; apt-add-repository -y ppa:ansible/ansible ; apt-get update ; apt-get -y install ansible ; ansible-pull -U https://github.com/pfarmer/ansible-bootstrap-perf.git -i hosts

About