1b28b8f3c4
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
13 lines
247 B
YAML
13 lines
247 B
YAML
- hosts: [{{host}}]
|
|
sudo: yes
|
|
tasks:
|
|
- service:
|
|
name: riak
|
|
state: stopped
|
|
- template:
|
|
src: {{templates_dir}}/riak.conf
|
|
dest: /etc/riak/riak.conf
|
|
- service:
|
|
name: riak
|
|
state: reloaded
|