moved another batch of servers

This commit is contained in:
Bogdan Benea 2021-03-29 16:18:49 +03:00 committed by smooge
parent b05ff8be08
commit 6498334184
30 changed files with 903 additions and 30 deletions

View file

@ -1,3 +1,33 @@
--- ---
vmhost: bvmhost-p09-02.iad2.fedoraproject.org vmhost: bvmhost-p09-02.iad2.fedoraproject.org
eth0_ip: 10.3.171.51 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.51
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:35:7b:11
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,33 @@
--- ---
vmhost: bvmhost-p09-02.iad2.fedoraproject.org vmhost: bvmhost-p09-02.iad2.fedoraproject.org
eth0_ip: 10.3.171.52 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.52
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:95:93:97
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-02.iad2.fedoraproject.org vmhost: bvmhost-p09-02.iad2.fedoraproject.org
eth0_ip: 10.3.171.53 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.53
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:f0:f0:eb
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-02.iad2.fedoraproject.org vmhost: bvmhost-p09-02.iad2.fedoraproject.org
eth0_ip: 10.3.171.54 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.54
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:9c:b6:cd
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-02.iad2.fedoraproject.org vmhost: bvmhost-p09-02.iad2.fedoraproject.org
eth0_ip: 10.3.171.55 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.55
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:1e:dc:92
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-02.iad2.fedoraproject.org vmhost: bvmhost-p09-02.iad2.fedoraproject.org
eth0_ip: 10.3.171.56 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.56
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:a0:6b:4f
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-02.iad2.fedoraproject.org vmhost: bvmhost-p09-02.iad2.fedoraproject.org
eth0_ip: 10.3.171.57 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.57
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:24:c8:21
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-02.iad2.fedoraproject.org vmhost: bvmhost-p09-02.iad2.fedoraproject.org
eth0_ip: 10.3.171.58 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.58
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:07:95:b8
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-02.iad2.fedoraproject.org vmhost: bvmhost-p09-02.iad2.fedoraproject.org
eth0_ip: 10.3.171.59 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.59
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:4a:bc:c6
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-02.iad2.fedoraproject.org vmhost: bvmhost-p09-02.iad2.fedoraproject.org
eth0_ip: 10.3.171.60 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.60
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:1e:bf:c1
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
eth0_ip: 10.3.171.61 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.61
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:53:00:ba
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
eth0_ip: 10.3.171.62 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.62
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:c9:a8:47
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
eth0_ip: 10.3.171.63 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.63
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:fa:c2:62
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
eth0_ip: 10.3.171.64 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.64
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:c4:f9:e5
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
eth0_ip: 10.3.171.65 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.65
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:d9:62:a4
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
eth0_ip: 10.3.171.66 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.66
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:e0:41:0a
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
eth0_ip: 10.3.171.67 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.67
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:5e:ae:96
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
eth0_ip: 10.3.171.68 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.68
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:ed:23:78
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
eth0_ip: 10.3.171.69 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.69
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:ee:13:14
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-03.iad2.fedoraproject.org vmhost: bvmhost-p09-03.iad2.fedoraproject.org
eth0_ip: 10.3.171.70 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.70
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:c2:2c:d2
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-04.iad2.fedoraproject.org vmhost: bvmhost-p09-04.iad2.fedoraproject.org
eth0_ip: 10.3.171.71 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.71
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:f3:f9:4b
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-04.iad2.fedoraproject.org vmhost: bvmhost-p09-04.iad2.fedoraproject.org
eth0_ip: 10.3.171.72 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.72
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:24:96:9d
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-04.iad2.fedoraproject.org vmhost: bvmhost-p09-04.iad2.fedoraproject.org
eth0_ip: 10.3.171.73 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.73
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:50:e1:63
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-04.iad2.fedoraproject.org vmhost: bvmhost-p09-04.iad2.fedoraproject.org
eth0_ip: 10.3.171.74 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.74
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:4f:07:5f
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-04.iad2.fedoraproject.org vmhost: bvmhost-p09-04.iad2.fedoraproject.org
eth0_ip: 10.3.171.75 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.75
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:1c:10:6a
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-04.iad2.fedoraproject.org vmhost: bvmhost-p09-04.iad2.fedoraproject.org
eth0_ip: 10.3.171.76 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.76
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:09:41:c0
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-04.iad2.fedoraproject.org vmhost: bvmhost-p09-04.iad2.fedoraproject.org
eth0_ip: 10.3.171.77 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.77
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:da:4c:c7
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-04.iad2.fedoraproject.org vmhost: bvmhost-p09-04.iad2.fedoraproject.org
eth0_ip: 10.3.171.78 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.78
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:b4:0c:06
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,33 @@
--- ---
vmhost: bvmhost-p09-04.iad2.fedoraproject.org vmhost: bvmhost-p09-04.iad2.fedoraproject.org
eth0_ip: 10.3.171.79 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.79
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:79:59:53
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no

View file

@ -1,3 +1,32 @@
--- ---
vmhost: bvmhost-p09-04.iad2.fedoraproject.org vmhost: bvmhost-p09-04.iad2.fedoraproject.org
eth0_ip: 10.3.171.80 datacenter: iad2
dns1: 10.3.163.33
dns2: 10.3.163.34
has_ipv4: yes
eth0_ipv4: 10.3.171.80
eth0_ipv4_nm: 24
eth0_ipv4_gw: 10.3.171.254
has_ipv6: no
mac0: 52:54:00:a2:03:d8
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no
auto6: no