From 0af8a28f1a025e3bf851cbce686c2ee6b71e171c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 23 Jun 2024 10:39:58 -0500 Subject: [PATCH] vmhost: Run on a single host at a time This will help avoid complete outages in case of a bad configuration. --- vmhost.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vmhost.yml b/vmhost.yml index 62ab586..703dff9 100644 --- a/vmhost.yml +++ b/vmhost.yml @@ -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