mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
buildhw-p10-02.stg: fix ordering of vlan
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -34,14 +34,6 @@ network_connections:
|
||||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ br0_ipv4_gw }}"
|
||||
# builder vlan
|
||||
- name: 707_vlan
|
||||
type: vlan
|
||||
vlan:
|
||||
id: 707
|
||||
parent: bond0
|
||||
controller: br0
|
||||
state: up
|
||||
# Bond profile
|
||||
- name: bond0
|
||||
type: bond
|
||||
@@ -50,6 +42,14 @@ network_connections:
|
||||
controller: br0
|
||||
bond:
|
||||
mode: active-backup
|
||||
# builder vlan
|
||||
- name: 707_vlan
|
||||
type: vlan
|
||||
vlan:
|
||||
id: 707
|
||||
parent: bond0
|
||||
controller: br0
|
||||
state: up
|
||||
# Port profile for the 1st Ethernet device
|
||||
- name: bond0-port1
|
||||
mac: "{{ mac0 }}"
|
||||
|
||||
Reference in New Issue
Block a user