Skip to content

Instantly share code, notes, and snippets.

@gabrielschulhof
Created December 10, 2018 20:00
Show Gist options
  • Save gabrielschulhof/9952d12b4234767fed27844f8a13d0d3 to your computer and use it in GitHub Desktop.
Save gabrielschulhof/9952d12b4234767fed27844f8a13d0d3 to your computer and use it in GitHub Desktop.
#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