From fd8cc427203f2f4a2cdb4f68d7050121cb0b1fb7 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 2 Dec 2025 08:52:22 -0600 Subject: [PATCH] hosts: Move PiKVM to separate inventory There's no reason for Jenkins to be messing with this machine. It's too different than the rest of the hosts it manages, so it's been quite difficult getting it to work anyway. Let's just move it to a separate inventory file that we have to specify manually when we want to apply a Playbook to it. --- hosts | 3 --- hosts.pikvm | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 hosts.pikvm diff --git a/hosts b/hosts index e4f6d7b..83bf22d 100644 --- a/hosts +++ b/hosts @@ -175,9 +175,6 @@ vm-hosts chromie.pyrocufflink.blue nvr2.pyrocufflink.blue -[pikvm] -pikvm-nvr2.mgmt.pyrocufflink.black - [postgresql] db0.pyrocufflink.blue diff --git a/hosts.pikvm b/hosts.pikvm new file mode 100644 index 0000000..929577d --- /dev/null +++ b/hosts.pikvm @@ -0,0 +1,2 @@ +[pikvm] +pikvm-nvr2.mgmt.pyrocufflink.black