85 lines
2 KiB
Org Mode
85 lines
2 KiB
Org Mode
---
|
|
bmc:
|
|
ip_address: 10.16.160.23
|
|
ping: true
|
|
http: true
|
|
https: true
|
|
br0_ipv4_ip: 10.16.179.20
|
|
br0_ipv4_gw: "{{ gw }}"
|
|
br0_ipv4_nm: 24
|
|
br0_ipv6_ip: "2620:52:6:1161::20"
|
|
br0_ipv6_gw: "2620:52:6:1161::1"
|
|
br0_ipv6_nm: 64
|
|
br0_port0_mac: "{{ mac0 }}"
|
|
datacenter: rdu3
|
|
gw: 10.16.179.254
|
|
has_ipv4: yes
|
|
has_ipv6: yes
|
|
mac0: c4:cb:e1:cf:f5:a6
|
|
mac1: c4:cb:e1:cf:f5:a7
|
|
mac2: 84:16:0c:bc:3a:61
|
|
mac3: b4:96:91:63:3b:e8
|
|
mac4: 84:16:0c:bc:3a:60
|
|
mac5: b4:96:91:63:3b:e9
|
|
mac6: b4:96:91:63:3b:ea
|
|
mac7: b4:96:91:63:3b:eb
|
|
mac8: f4:02:70:d3:15:95
|
|
libvirt_host: "[{{ br0_ipv6_ip }}]"
|
|
libvirt_pools:
|
|
- name: vmhost_x86_01
|
|
libvirt_arch: x86_64
|
|
network_connections:
|
|
# Bridge profile
|
|
- name: br0
|
|
state: up
|
|
type: bridge
|
|
mtu: 1500
|
|
autoconnect: yes
|
|
ip:
|
|
address:
|
|
- "{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}"
|
|
- "{{ br0_ipv6_ip }}/{{ br0_ipv6_nm }}"
|
|
dhcp4: no
|
|
dns:
|
|
- "{{ dns1 }}"
|
|
- "{{ dns2 }}"
|
|
dns_search:
|
|
- "{{ dns_search1 }}"
|
|
- "{{ dns_search2 }}"
|
|
gateway4: "{{ br0_ipv4_gw }}"
|
|
gateway6: "{{ br0_ipv6_gw }}"
|
|
# Bond profile
|
|
- name: bond0
|
|
type: bond
|
|
interface_name: bond0
|
|
mtu: 1500
|
|
controller: br0
|
|
bond:
|
|
mode: 802.3ad
|
|
# Port profile for the 1st Ethernet device
|
|
- name: bond0-port1
|
|
mac: "{{ mac2 }}"
|
|
type: ethernet
|
|
controller: bond0
|
|
state: up
|
|
mtu: 1500
|
|
# Port profile for the 2nd Ethernet device
|
|
- name: bond0-port2
|
|
mac: "{{ mac4 }}"
|
|
type: ethernet
|
|
controller: bond0
|
|
state: up
|
|
mtu: 1500
|
|
zabbix_host: zabbix01.vpn.fedoraproject.org
|
|
# This is used to populate the inventory fields, only specific keys are allowed, see
|
|
# https://www.zabbix.com/documentation/current/en/manual/api/reference/host/object#host-inventory
|
|
zabbix_inventory:
|
|
date_hw_expiry: "2026-12-31"
|
|
date_hw_purchase: "2020-01-10"
|
|
hardware: PowerEdge R6525
|
|
location: RDU3
|
|
oob_ip: "{{ bmc.ip_address }}"
|
|
serialno_a: BM4LS13
|
|
site_rack: W34 U18
|
|
type: #autosign01.rdu3.fedoraproject.org
|
|
vendor: Dell
|