Commit 3a6d1d10 by Kevin Falcone

Do the secondaries serially so we don't disconnect everyone at once.

parent c3e21209
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
hosts: secondary_hosts hosts: secondary_hosts
gather_facts: True gather_facts: True
become: True become: True
serial: 1
vars_files: vars_files:
- ../roles/mongo_3_0/defaults/main.yml - ../roles/mongo_3_0/defaults/main.yml
tasks: tasks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment