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
|
- hosts: vm-hosts:&networkd
|
||||||
|
serial: 1
|
||||||
roles:
|
roles:
|
||||||
- role: systemd-networkd
|
- role: systemd-networkd
|
||||||
vars:
|
vars:
|
||||||
|
@ -9,5 +10,6 @@
|
||||||
- networkd
|
- networkd
|
||||||
- netconfig
|
- netconfig
|
||||||
- hosts: vm-hosts
|
- hosts: vm-hosts
|
||||||
|
serial: 1
|
||||||
roles:
|
roles:
|
||||||
- vmhost
|
- vmhost
|
||||||
|
|
Loading…
Reference in New Issue