Make nomad/consul servers serial:1

This commit is contained in:
Amarpreet Minhas 2020-10-12 21:58:52 -04:00
parent 4c4134dcdb
commit 41c9283eb1
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
---
- hosts: consul_server
serial: 1
roles:
- role: consul_server
...

View file

@ -1,5 +1,6 @@
---
- hosts: nomad_server
serial: 1
roles:
- role: nomad_server
...