iad2 / bridgeify: drop duplicate autoconnect, fix names for existing connections
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
641912c098
commit
36cdf951aa
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
||||||
- fedoraproject.org
|
- fedoraproject.org
|
||||||
dhcp4: no
|
dhcp4: no
|
||||||
auto6: no
|
auto6: no
|
||||||
autoconnect: yes
|
|
||||||
- name: br0-port0
|
- name: br0-port0
|
||||||
state: up
|
state: up
|
||||||
type: ethernet
|
type: ethernet
|
||||||
|
@ -44,12 +44,12 @@
|
||||||
master: br1
|
master: br1
|
||||||
mac: "{{ mac2 }}"
|
mac: "{{ mac2 }}"
|
||||||
|
|
||||||
- name: deployment
|
- name: eno3
|
||||||
state: down
|
state: down
|
||||||
type: ethernet
|
type: ethernet
|
||||||
mac: "{{ mac3 }}"
|
mac: "{{ mac3 }}"
|
||||||
|
|
||||||
- name: unused
|
- name: eno4
|
||||||
state: down
|
state: down
|
||||||
type: ethernet
|
type: ethernet
|
||||||
mac: "{{ mac4 }}"
|
mac: "{{ mac4 }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue