Skip to content
Snippets Groups Projects
Commit d671defa authored by ale's avatar ale
Browse files

Stagger playbooks that might restart daemons

parent fb2794ed
No related branches found
No related tags found
No related merge requests found
...@@ -3,18 +3,26 @@ ...@@ -3,18 +3,26 @@
- hosts: all - hosts: all
roles: roles:
- base - base
serial:
- 1
- 1
- "100%"
- hosts: etcd - hosts: etcd
roles: roles:
- etcd - etcd
serial: serial:
- 1 - 1
- 2 - 1
- "100%" - "100%"
- hosts: all - hosts: all
roles: roles:
- autoradio - autoradio
serial:
- 1
- 1
- "100%"
- hosts: monitor - hosts: monitor
roles: roles:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment