Files
homelab/infra-config/host_vars/int-master01/vars

14 lines
307 B
Plaintext

---
# file: host_vars/int-master01/vars
# OpenShift node
# Networking
boot_interface: "enp0s31f6"
boot_mac_address: "54:bf:64:60:52:2d"
primary_interface: "enp1s0f0"
install_mac_address: "98:b7:85:20:47:22"
ip_address: 10.1.71.61
node_role: "master"
hostname: "{{ inventory_hostname }}.{{ base_domain }}"