Set eth0 to dhcp explicitly (#60305)

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
This commit is contained in:
Nilashish Chakraborty 2019-08-12 11:36:54 +05:30 committed by GitHub
parent fdf48ed0b4
commit f4502a8f1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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