mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 18:10:17 +08:00
storinator01: add mac addresses and fix ip var
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -10,10 +10,10 @@ br0_ipv4_nm: 24
|
||||
freezes: false
|
||||
has_ipv4: true
|
||||
has_ipv6: false
|
||||
mac0: ac:1f:6b:b0:6a:12
|
||||
mac1: ac:1f:6b:ac:67:ec
|
||||
mac2:
|
||||
mac3:
|
||||
mac0: 00:25:90:bb:d1:a0
|
||||
mac1: 00:25:90:bb:d1:a1
|
||||
mac2: 0c:c4:7a:ea:9d:9c
|
||||
mac3: 0c:c4:7a:ea:9d:9d
|
||||
network_connections:
|
||||
# Bridge profile
|
||||
- name: br0
|
||||
@@ -23,7 +23,7 @@ network_connections:
|
||||
autoconnect: yes
|
||||
ip:
|
||||
address:
|
||||
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
|
||||
- "{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}"
|
||||
dhcp4: no
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
|
||||
Reference in New Issue
Block a user