Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbennojoy <benno@ansibleworks.com>2013-04-20 08:52:13 +0400
committerbennojoy <benno@ansibleworks.com>2013-04-20 08:52:13 +0400
commit0509255c134a891437aa17ae64ef63d7f4da59b4 (patch)
treea264f92d80e4848352a933736d276a302a62d35e
parentc5ffa7e43288e9a131b75865f72d0815812a8804 (diff)
removed nodes.yml from playbooks
-rw-r--r--mongodb/playbooks/nodes.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/mongodb/playbooks/nodes.yml b/mongodb/playbooks/nodes.yml
deleted file mode 100644
index 7b660c1..0000000
--- a/mongodb/playbooks/nodes.yml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-#This playbook is used to add a new node the mongodb cluster
-
-- hosts: all
- tasks:
- - include: roles/common/tasks/main.yml
- handlers:
- - include: roles/common/handlers/main.yml
-
-- hosts: ${servername}
- tasks:
- - include: roles/mongod/tasks/main.yml
- - include: roles/mongod/tasks/addshard.yml