Skip to content

pfarmer/ansible-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ansible-bootstrap

A simple Ansible bootstrap for my Ubuntu 14.04 build.

Ubuntu

# apt-get update ; apt-get -y dist-upgrade 
# apt-get -y install ansible git-core zsh
# ansible-pull -U https://github.com/pfarmer/ansible-bootstrap.git -i hosts

Or the one liner:

apt-get update ; apt-get -y dist-upgrade ; apt-get update ; apt-get -y install ansible git-core zsh ; ansible-pull -U https://github.com/pfarmer/ansible-bootstrap.git -i hosts

About

My default ansible-bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published