monitoring: Serial mode
Use serial mode, to prevent weird errors with multiple pass unlock requests, which annoy me when deploying. This might change with automated deployment.
This commit is contained in:
parent
61f7d89d56
commit
bf4afcf3df
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
PYTHONPATH: /opt/python2/ansible-dependencies/lib/python2.7/site-packages
|
||||
|
||||
- hosts: all
|
||||
serial: 1
|
||||
roles:
|
||||
- docker
|
||||
- docker_compose
|
||||
|
|
Loading…
Add table
Reference in a new issue