Set eth0 to dhcp explicitly (#60305)

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
pull/60398/head
Nilashish Chakraborty 5 years ago committed by GitHub
parent fdf48ed0b4
commit f4502a8f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save