Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.26 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.26 KB

Cameos

Build Status

My collection of Ansible roles forked from my work while at IDXP.

  • java 7
  • solr 5
  • supervisor
  • consul
  • beanstalkd
  • ruby (rbenv)
  • python (miniconda and pyenv)
  • nginx
  • postgresql
  • memcached
  • redis
  • rabbitmq

Usage

Try to respect the order listed in the sample playbook.yml file when using more than one role.

On a local VM with Vagrant

Install vagrant and run vagrant up from the project root.

On AWS with Packer

Compile packer from the project's master branch, change the credentials of the packer.json file to match your environment and run packer build packer.json

With Ansible

Install ansible from source.

For a remote server

PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ansible-playbook -i '8.8.8.8,' --extra-vars='deploy_user=ubuntu' --user=ubuntu playbook.yml

And to apply to yourself

PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ansible-playbook playbook.yml --connection=local --extra-vars='deploy_user=cameosuser'