| giolekva | d8e0aa9 | 2020-04-29 11:17:07 +0400 | [diff] [blame] | 1 | # 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 | |
| 10 | network: |
| 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" |