vmhost: Run on a single host at a time

This will help avoid complete outages in case of a bad configuration.
frigate-exporter
Dustin 2024-06-23 10:39:58 -05:00
parent 24a0dfa750
commit 0af8a28f1a
1 changed files with 2 additions and 0 deletions

View File

@ -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