Note:
This is a work in progress
xenial64
Ansible Provisioning Includes:
Common:
Python:
Postgres 9.5
Mysql
Elasticsearch 2.x (this task complete takes long time)
Nodejs
ansible.extra_vars = {
"roles" => ["nodejs"],
"npm_packages" => [{"name": "less"},
{"name": "node-sass",
"version":"3.5.3"}]
}
1.- Make shure Virtualbox, Vagant and Ansible are installed
2.- Clone this repo
git clone https://github.com/netoxico/vagrant-dev.git xenial64
Note:
vagrant is going to be called xenial64 change as needed
3.- Edit Vagrantfile adding roles as needed.
4.- Init vagrant
cd xenial64; vagrant up
5.- Enjoy