arturhoo / cameos

Our collection of Ansible roles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

Our collection of Ansible roles


Languages

Language:Shell 70.9%Language:Nginx 17.1%Language:Python 12.1%