Skip to content

Arrr is a collection of Rails ready roles created to make RoR machines provisioning simple again.

Notifications You must be signed in to change notification settings

gbrylinski/arrr

Repository files navigation

Creation miracle

this small set of Ansible roles have been created as a result of presentation I prepared some time ago. It proofs or rather should proof ideas I proposed to make shared roles cleaner and easier to (re)use.

Ideas behind the roles come mostly from my experiences and knowledge found on the net. Not especially new stuff, just put together and structured a bit.

Ideas

The base principles I tried to keep to are as follows:

  • role should be as simple as possible
  • one role, one responsibility. Multiple simple roles are better than single uber-mega-do-everything-yeah role
  • no shared top level variables except some really, really global like e.g. stage
  • every role's variables are prefixed with a role name or packed into a hash named after the role
  • each role has a short README telling what it does and how

Requirements

More roles?

This is a work-in-progress so more roles come soon. Stay tuned (-;

How to use?

There's a demo playbook using the arrr roles called arrr_demo. It's based on Vagrant so it's pretty easy to run and experiment with.

About

Arrr is a collection of Rails ready roles created to make RoR machines provisioning simple again.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages