forked from infra/ansible
dedicatedsolutions02: add new host
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2df5c98d16
commit
ee21c8afc6
2 changed files with 47 additions and 0 deletions
46
inventory/host_vars/dedicatedsolutions02.fedoraproject.org
Normal file
46
inventory/host_vars/dedicatedsolutions02.fedoraproject.org
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
---
|
||||
br0_ipv4: 67.219.144.67
|
||||
br0_ipv4_gw: 67.219.144.65
|
||||
br0_ipv4_nm: 29
|
||||
br0_ipv6: "2604:1580:fe00:0:dead:beef:cafe:fe02"
|
||||
br0_ipv6_gw: "2604:1580:fe00::1"
|
||||
br0_ipv6_nm: 64
|
||||
br0_port0_mac: "{{ mac1 }}"
|
||||
datacenter: dedicatedsolutions
|
||||
dns1: 8.8.8.8
|
||||
dns2: 8.8.4.4
|
||||
dns_search1: "vpn.fedoraproject.org"
|
||||
dns_search2: "fedoraproject.org"
|
||||
has_ipv4: yes
|
||||
has_ipv6: yes
|
||||
mac1: 6c:c2:17:2b:73:40
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
address:
|
||||
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
|
||||
- "{{ br0_ipv6 }}/{{ br0_ipv6_nm }}"
|
||||
dhcp4: no
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ br0_ipv4_gw }}"
|
||||
gateway6: "{{ br0_ipv6_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
|
||||
virthost: true
|
||||
vpn: true
|
||||
zabbix_macros:
|
||||
'VFS.DEV.WRITE.AWAIT.WARN': 100
|
||||
|
|
@ -110,6 +110,7 @@ bvmhost-x86-03.stg.rdu3.fedoraproject.org
|
|||
|
||||
[colo_virt]
|
||||
dedicatedsolutions01.fedoraproject.org
|
||||
dedicatedsolutions02.fedoraproject.org
|
||||
ibiblio02.fedoraproject.org
|
||||
ibiblio05.fedoraproject.org
|
||||
internetx02.fedoraproject.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue