Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

theonion/ansible-roles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

America's Finest Ansible Roles

This repo is an attempt to make some reusable, well tested ansible roles for ubuntu/debian systems. These roles will include:

  • uwsgi
  • uwsgi-python-app
  • collectd
  • nginx
  • memcached
  • elasticsearch
  • postgresql
  • redis
  • rabbitmq
  • nodejs

Testing

Each test case is a single playbook, which is run on a fresh VM. You'll want to have a version of Vagrant > 1.4.

To run all tests:

$ ./runtests.sh

To run specific tests:

$ ./runtests.sh uwsgi-source-install.yml uwsgi-pip-install.yml