moved templates

This commit is contained in:
2025-03-23 01:37:13 -05:00
parent 84fe9bdd7b
commit c9310d98c5
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// Matcher group for OCP Internal machines
resource "matchbox_group" "{{hub_cluster_name}}" {
name = "{{hub_cluster_hostname}}" # Physical Server
profile = matchbox_profile.openshift-agent-install.name
selector = {
mac = "{{hub_cluster_mac_address}}" # PXE boots and installs to 10GbE NIC
}
}