Removed not needed files
This commit is contained in:
@@ -66,8 +66,8 @@ def setup_riak():
|
||||
React('riak_service1', 'run', 'success', 'riak_service2', 'join'),
|
||||
React('riak_service1', 'run', 'success', 'riak_service3', 'join'),
|
||||
|
||||
React('riak_service2', 'run', 'status', 'riak_service2', 'join'),
|
||||
React('riak_service3', 'run', 'status', 'riak_service3', 'join'),
|
||||
React('riak_service2', 'run', 'success', 'riak_service2', 'join'),
|
||||
React('riak_service3', 'run', 'success', 'riak_service3', 'join'),
|
||||
|
||||
React('riak_service3', 'join', 'success', 'riak_service1', 'commit'),
|
||||
React('riak_service2', 'join', 'success', 'riak_service1', 'commit')
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
- hosts: [{{ip}}]
|
||||
sudo: yes
|
||||
tasks:
|
||||
- shell: riak-admin cluster commit
|
||||
@@ -1,18 +0,0 @@
|
||||
id: riak_commit
|
||||
handler: ansible
|
||||
version: 1.0.0
|
||||
actions:
|
||||
commit: actions/commit.yml
|
||||
input:
|
||||
ip:
|
||||
schema: str!
|
||||
value:
|
||||
ssh_key:
|
||||
schema: str!
|
||||
value:
|
||||
ssh_user:
|
||||
schema: str!
|
||||
value:
|
||||
riak_names:
|
||||
schema: [{riak_name: str}]
|
||||
value: []
|
||||
Reference in New Issue
Block a user