mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
Ugh, fixup for previous commit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -11,7 +11,7 @@ enp1s0f0np0_mac: "{{ mac1 }}"
|
||||
enp1s0f1np1_mac: "{{ mac2 }}"
|
||||
freezes: false
|
||||
# enp1s0f0np0 is default network
|
||||
# enp1s0f1 is disabled/nothing
|
||||
# enp1s0f1np1 is disabled/nothing
|
||||
# NOTE network configuration beyond the scope of linux-system-roles on
|
||||
# this host is performed by the openqa/worker role
|
||||
|
||||
@@ -37,8 +37,8 @@ network_connections:
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: no
|
||||
mac: "{{ enp1s0f1_mac }}"
|
||||
name: enp1s0f1
|
||||
mac: "{{ enp1s0f1np1_mac }}"
|
||||
name: enp1s0f1np1
|
||||
state: down
|
||||
type: ethernet
|
||||
nrpe_procs_crit: 300
|
||||
|
||||
Reference in New Issue
Block a user