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.
This commit is contained in:
2025-12-02 08:52:22 -06:00
parent 7eeacdecd7
commit fd8cc42720
2 changed files with 2 additions and 3 deletions

3
hosts
View File

@@ -175,9 +175,6 @@ vm-hosts
chromie.pyrocufflink.blue
nvr2.pyrocufflink.blue
[pikvm]
pikvm-nvr2.mgmt.pyrocufflink.black
[postgresql]
db0.pyrocufflink.blue

2
hosts.pikvm Normal file
View File

@@ -0,0 +1,2 @@
[pikvm]
pikvm-nvr2.mgmt.pyrocufflink.black