Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.01 KB

CONTRIBUTE.md

File metadata and controls

27 lines (15 loc) · 1.01 KB

##Contribution

This role is designed to be used with the Ansible Galaxy project, but can also work independently. Details on how to use Ansible Galaxy can be found on the project's website, but to install a role to your ansible controller you would run:

ansible-galaxy install basho.riakcs-packages

What's an role? How do I use them? Check out this link.

If you wish to tweak this role yourself, you'll need to name your local repo the same way Ansible Galaxy would because module dependencies are mapped with Ansible Galaxy's naming scheme.

Place your roles in a role directory. Make sure that role directory is specified in $HOME/.ansible.cfg, default is /etc/ansible/roles.

[defaults]
roles_path = /path/to/my/roles

Example:

  • official repo name: ansible-riakcs-packages
  • galaxy name: basho.riakcs-packages

cd /path/to/my/roles
git clone https://github.com/basho/ansible-riakcs-packages.git basho.riakcs-packages