riak – This module handles some common Riak operations¶
Parameters¶
Examples¶
# Join's a Riak node to another node
- riak:
command: join
target_node: [email protected]
# Wait for handoffs to finish. Use with async and poll.
- riak:
wait_for_handoffs: yes
# Wait for riak_kv service to startup
- riak:
wait_for_service: kv
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- James Martin (@jsmartin)
- Drew Kerrigan (@drewkerrigan)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.