diff --git a/galaxy.yml b/galaxy.yml index 807ecce..338196e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: nephelaiio name: mongodb -version: 0.1.2 +version: 0.1.3 readme: README.md authors: - Ted Cook diff --git a/playbooks/config.yml b/playbooks/config.yml index 7d22e11..7233646 100644 --- a/playbooks/config.yml +++ b/playbooks/config.yml @@ -33,8 +33,6 @@ - name: Deploy new config replicaset members hosts: mongodb_config_install become: true - collections: - - nephelaiio.plugins roles: - nephelaiio.mongodb.repo - nephelaiio.mongodb.mongodb @@ -48,8 +46,6 @@ hosts: mongodb_config_update serial: 1 become: true - collections: - - nephelaiio.plugins roles: - nephelaiio.mongodb.repo - nephelaiio.mongodb.mongodb diff --git a/playbooks/shard.yml b/playbooks/shard.yml index 738248b..1bbc2f0 100644 --- a/playbooks/shard.yml +++ b/playbooks/shard.yml @@ -33,8 +33,6 @@ - name: Deploy new shard replicaset members hosts: mongodb_shard_install become: true - collections: - - nephelaiio.plugins roles: - nephelaiio.mongodb.repo - nephelaiio.mongodb.mongodb @@ -48,8 +46,6 @@ hosts: mongodb_shard_update serial: 1 become: true - collections: - - nephelaiio.plugins roles: - nephelaiio.mongodb.repo - nephelaiio.mongodb.mongodb diff --git a/roles.yml b/roles.yml index 9ba2ec9..899670c 100644 --- a/roles.yml +++ b/roles.yml @@ -5,10 +5,10 @@ roles: version: 0.0.16 - name: mongos src: https://github.com/nephelaiio/ansible-role-mongos.git - version: 0.1.0 + version: 0.1.2 - name: mongodb src: https://github.com/wpnops/ansible-role-mongodb.git - version: 0.1.11 + version: 0.1.13 scm: git - name: update src: https://github.com/robertdebock/ansible-role-update.git