From 33dbc97765558d93aa9430cf39afddf08148b773 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Sat, 25 Jul 2015 10:51:12 -0400 Subject: [PATCH] updated README with Galaxy details --- CHANGELOG.md | 4 ++++ README.md | 26 ++++++++++++++++++++++++++ version.txt | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2d3a8..56dd65c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,3 +96,7 @@ - Stop service before decommission task - Update versions - Update documentation + +## v1.2.11 + +- Updated documentation diff --git a/README.md b/README.md index 0a058de..a6c7b4c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,32 @@ software versions: * CentOS: 6 * Ubuntu: 14.04, 13.10, 13.04, 12.10, 12.04 +## Works with Ansible Galaxy + +This role is designed to be installed via the `ansible-galaxy` command +instead of being directly run from the git repository. + +You should install it like this: + +``` +ansible-galaxy install brianshumate.hubot +``` + +You'll want to make sure you have write access to `/etc/ansible/roles/` since +that is where the role will be installed by default, or define your own +Ansible role path by creating a `$HOME/.ansible.cfg` file with these contents: + +``` +[defaults] +roles_path = +``` + +Change `` to a directory you have write +access to. + +See the [ansible-galaxy](http://docs.ansible.com/galaxy.html) documentation +for more details. + ## Role Variables All variables are specified in `defaults/main.yml` and `vars/main.yml`. diff --git a/version.txt b/version.txt index c28fae9..408f0de 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.2.10 +v1.2.11