buildhw: try setting persistent_state: present
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e6e066d3d7
commit
44adfa7b09
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ mac1: 14:9e:cf:61:9f:52
|
|||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
persistent_state: present
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
|
@ -31,6 +32,7 @@ network_connections:
|
|||
dhcp4: no
|
||||
auto6: no
|
||||
- name: eth1
|
||||
persistent_state: present
|
||||
mac: "{{ mac1 }}"
|
||||
state: down
|
||||
type: ethernet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue