First commit WIP
This commit is contained in:
30
config_files/network-config
Normal file
30
config_files/network-config
Normal file
@@ -0,0 +1,30 @@
|
||||
# This file contains a netplan-compatible configuration which cloud-init
|
||||
# will apply on first-boot. Please refer to the cloud-init documentation and
|
||||
# the netplan reference for full details:
|
||||
#
|
||||
# https://cloudinit.readthedocs.io/
|
||||
# https://netplan.io/reference
|
||||
#
|
||||
# Some additional examples are commented out below
|
||||
|
||||
version: 2
|
||||
ethernets:
|
||||
eth0:
|
||||
dhcp4: true
|
||||
optional: true
|
||||
#wifis:
|
||||
# wlan0:
|
||||
# dhcp4: true
|
||||
# optional: true
|
||||
# access-points:
|
||||
# myhomewifi:
|
||||
# password: "S3kr1t"
|
||||
# myworkwifi:
|
||||
# password: "correct battery horse staple"
|
||||
# workssid:
|
||||
# auth:
|
||||
# key-management: eap
|
||||
# method: peap
|
||||
# identity: "me@example.com"
|
||||
# password: "passw0rd"
|
||||
# ca-certificate: /etc/my_ca.pem
|
Reference in New Issue
Block a user