Created
December 10, 2018 20:00
-
-
Save gabrielschulhof/9952d12b4234767fed27844f8a13d0d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
password: vubuntu | |
chpasswd: { expire: False } | |
ssh_pwauth: True | |
network: | |
version: 2 | |
ethernets: | |
enp0s3: | |
dhcp4: true | |
gateway4: 192.168.56.1 | |
nameservers: | |
addresses: [192.168.56.1] | |
match: | |
macaddress: 08:00:27:69:14:3c | |
set-name: enp0s3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment