bvmhost-x86-02.stg: setup connection for linux system roles.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6198ce6c1b
commit
6829ac5e89
1 changed files with 24 additions and 0 deletions
|
@ -14,3 +14,27 @@ mac3: ec:f4:bb:d9:56:14
|
|||
mac4: ec:f4:bb:d9:56:15
|
||||
|
||||
br0_port0_mac: "{{ mac1 }}"
|
||||
|
||||
network_connections:
|
||||
- name: br0
|
||||
state: up
|
||||
type: bridge
|
||||
autoconnect: yes
|
||||
ip:
|
||||
address:
|
||||
- "{{ br0_ip }}/24"
|
||||
gateway4: "{{ br0_gw }}"
|
||||
dns:
|
||||
- 10.3.163.33
|
||||
- 10.3.163.34
|
||||
dns_search:
|
||||
- stg.iad2.fedoraproject.org
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
- name: br0-port0
|
||||
state: up
|
||||
type: ethernet
|
||||
master: br0
|
||||
mac: "{{ br0_port0_mac }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue