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:
saibotk 2020-11-05 04:19:34 +01:00
parent 61f7d89d56
commit bf4afcf3df
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -28,6 +28,7 @@
PYTHONPATH: /opt/python2/ansible-dependencies/lib/python2.7/site-packages
- hosts: all
serial: 1
roles:
- docker
- docker_compose