Set eth0 to dhcp explicitly (#60305)
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
This commit is contained in:
parent
fdf48ed0b4
commit
f4502a8f1c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
config: "{{ lines }}"
|
config: "{{ lines }}"
|
||||||
vars:
|
vars:
|
||||||
lines: |
|
lines: |
|
||||||
set interfaces ethernet eth0
|
set interfaces ethernet eth0 address dhcp
|
||||||
set interfaces ethernet eth1
|
set interfaces ethernet eth1
|
||||||
set interfaces ethernet eth2
|
set interfaces ethernet eth2
|
||||||
set interfaces loopback lo
|
set interfaces loopback lo
|
||||||
|
|
Loading…
Reference in a new issue