mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 19:30:18 +01:00
Fixed rolling restart. Updated documentation to mention selinux.
This commit is contained in:
parent
9e69b4b2b1
commit
0138f10b32
2 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue