This commit is contained in:
2025-03-26 10:52:39 -05:00
parent 6ab1d11d79
commit bc4d380c06
11 changed files with 136 additions and 6 deletions

View File

@@ -1 +1,7 @@
---
# file: group_vars/all
# DNS variables
dns_server: "infra01.int.mk-labs.cloud"
dns_admin: "admin"
base_domain: "int.mk-labs.cloud"

View File

@@ -1,3 +1,3 @@
---
freeipa_user: "admin"
#freeipa_user: "admin"
#freeipa_password: "{{ vault_freeipa_password }}"

View File

@@ -1,6 +1,6 @@
cluster_name: "hub"
cluster_version: "4.17.20"
base_domain: "int.mk-labs.cloud"
#base_domain: "int.mk-labs.cloud"
worker_node_count: 0
master_node_count: 1
cluster_network: "10.128.0.0/14"