blob: bfd94c59396a01a1a8855de32447a58ec185ebb3 [file] [log] [blame]
giolekvad8e0aa92020-04-29 11:17:07 +04001# This file contains a netplan-compatible configuration which cloud-init
2# will apply on first-boot. Please refer to the cloud-init documentation and
3# the netplan reference for full details:
4#
5# https://cloudinit.readthedocs.io/
6# https://netplan.io/reference
7#
8# Some additional examples are commented out below
9
10network:
11 version: 2
12 ethernets:
13 eth0:
14 dhcp4: true
15 optional: true
16 wifis:
17 wlan0:
18 optional: true
19 dhcp4: true
20 access-points:
21 "SSID":
22 password: "PSSWD"