5 lines
90 B
YAML
5 lines
90 B
YAML
- hosts: [{{host}}]
|
|
sudo: yes
|
|
tasks:
|
|
- shell: riak-admin cluster join {{join_to}}
|