create templates for terraform files
This commit is contained in:
8
tmp/groups.tf
Normal file
8
tmp/groups.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
// Matcher group for OCP Internal machinesmachines
|
||||
resource "matchbox_group" "ocp-hub" {
|
||||
name = "ocp-hub" # Physical Server
|
||||
profile = matchbox_profile.openshift-agent-install.name
|
||||
selector = {
|
||||
mac = "98:b7:85:1e:c6:f1" # PXE boots and installs to 10GbE NIC
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user