Fixed rolling restart. Updated documentation to mention selinux.

This commit is contained in:
James Martin 2013-06-11 23:43:22 -04:00
parent 9e69b4b2b1
commit 0138f10b32
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
These example playbooks should help you get an idea of how to use the riak ansible module. These playbooks were tested on Ubuntu Precise (12.04) and CentOS 6.4, both on x86_64. These example playbooks should help you get an idea of how to use the riak ansible module. These playbooks were tested on Ubuntu Precise (12.04) and CentOS 6.4, both on x86_64.
These playbooks do not currently support selinux.
#### About Riak #### About Riak
Riak is distributed key-value store that is architected for: Riak is distributed key-value store that is architected for:

View file

@ -6,4 +6,4 @@
- name: make sure there are no transfers happening - name: make sure there are no transfers happening
riak: wait_for_handoffs=600 riak: wait_for_handoffs=600
roles: roles:
- riak - riak/common