Skip to content

RDurgaPrasad/erics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erics

Provides an opinionated starting point of setting up an ansible + Vagrant development environment. See http://toja.io/using-host-and-group-vars-files-in-ansible/

Example

Setup a Vagrant VM with ubuntu/trusty64, named redis with the ansible galaxy role azavea.redis

erics -b ubuntu/trusty64 redis:azavea.redis
vagrant up
ansible-galaxy install -i -r required-roles.txt
ansible-playbook -i dev playbook.yml

You may want to change dev/group_vars/redis.yml to override the defaults provided by azavea.redis.

It's also possible to specify multiple VMs

erics redis:azavea.redis db:user.postgres

ansible galaxy roles are optional

erics vm1 vm2 vm3

About

erics - template generator for ansible + vagrant development environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.0%
  • Ruby 6.0%