vmhost-x86-cc02: fix up host vars, with the host vars file this time
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9860e06e58
commit
88ebe715b5
1 changed files with 32 additions and 0 deletions
32
inventory/host_vars/vmhost-x86-cc02.rdu-cc.fedoraproject.org
Normal file
32
inventory/host_vars/vmhost-x86-cc02.rdu-cc.fedoraproject.org
Normal file
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
br0_ipv4: 8.43.85.66
|
||||
br0_ipv4_gw: 8.43.85.254
|
||||
br0_ipv4_nm: 24
|
||||
br0_port0_mac: '{{ mac0 }}'
|
||||
datacenter: rdu-cc
|
||||
dns1: 8.8.8.8
|
||||
dns_search1: fedoraproject.org
|
||||
mac0: 24:6e:96:d5:a4:0a
|
||||
network_connections:
|
||||
- autoconnect: true
|
||||
ip:
|
||||
address:
|
||||
- '{{ br0_ipv4 }}/{{ br0_ipv4_nm }}'
|
||||
dhcp4: false
|
||||
dns:
|
||||
- '{{ dns1 }}'
|
||||
dns_search:
|
||||
- '{{ dns_search1 }}'
|
||||
gateway4: '{{ br0_ipv4_gw }}'
|
||||
name: br0
|
||||
state: up
|
||||
type: bridge
|
||||
- mac: '{{ br0_port0_mac }}'
|
||||
master: br0
|
||||
name: br0-port0
|
||||
state: up
|
||||
type: ethernet
|
||||
nrpe_procs_crit: 1000
|
||||
nrpe_procs_warn: 900
|
||||
postfix_group: vpn
|
||||
vpn: true
|
Loading…
Add table
Add a link
Reference in a new issue