vmhost: Run on a single host at a time
This will help avoid complete outages in case of a bad configuration.frigate-exporter
parent
24a0dfa750
commit
0af8a28f1a
|
@ -1,4 +1,5 @@
|
|||
- hosts: vm-hosts:&networkd
|
||||
serial: 1
|
||||
roles:
|
||||
- role: systemd-networkd
|
||||
vars:
|
||||
|
@ -9,5 +10,6 @@
|
|||
- networkd
|
||||
- netconfig
|
||||
- hosts: vm-hosts
|
||||
serial: 1
|
||||
roles:
|
||||
- vmhost
|
||||
|
|
Loading…
Reference in New Issue