create templates for terraform files

This commit is contained in:
2025-03-23 00:55:30 -05:00
parent 6c0d599c0e
commit 79d23cf5d9
19 changed files with 272 additions and 16 deletions

View File

@@ -5,9 +5,15 @@ freeipa_password: "{{ vault_freeipa_password }}"
# Variables for Matchbox
matchbox_assets: "/var/lib/matchbox/assets"
matchbox_http_endpoint: "http://matchbox.int.mk-labs.cloud:8080"
matchbox_rpc_endpoint: "matchbox.int.mk-labs.cloud:8081"
# Variables for OpenShift Installer
openshift_installer_pull_secret: "{{ vault_pull_secret }}"
openshift_installer_ssh_key: "{{ vault_ssh_key }}"
# Variables for 10-sno-hub-cluster
mac_address: "98:b7:85:1e:c6:f1"
ip_address: "10.1.71.10"
hostname: "ocp-hub"
hub_cluster_mac_address: "98:b7:85:1e:c6:f1"
hub_cluster_ip_address: "10.1.71.10"
hub_cluster_hostname: "ocp-hub"
hub_cluster_name: "hub"