From b1c29fc12a4a2b2a6fccc32820c6f82553445b3f Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 31 Jan 2025 19:45:58 -0600 Subject: [PATCH] hosts: Remove hostvds group Since the _hostvds_ group is not defined in the static inventory but by the OpenStack inventory plugin via `hostvds.openstack.yml`, when the static inventory is used by itself, Ansible fails to load it with an error: > Section [vps:children] includes undefined group: hostvds To fix this, we could explicitly define an empty _hostvds_ group in the static inventory, but since we aren't currently running any HostVDS instances, we might as well just get rid of it. --- hosts | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts b/hosts index f6e92de..44e3ce7 100644 --- a/hosts +++ b/hosts @@ -223,9 +223,6 @@ remote-blackbox [vps] vps-04485add.vps.ovh.us -[vps:children] -hostvds - [wheelhost] file0.pyrocufflink.blue