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:
3
hosts
3
hosts
@@ -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
2
hosts.pikvm
Normal file
@@ -0,0 +1,2 @@
|
||||
[pikvm]
|
||||
pikvm-nvr2.mgmt.pyrocufflink.black
|
||||
Reference in New Issue
Block a user