home-cloud/k3s_cluster/files/cloud-config-base.yaml
2020-05-04 00:43:29 +02:00

5 lines
145 B
YAML

#cloud-config
runcmd:
- apt-get update
- apt-get install -y software-properties-common
- DEBIAN_FRONTEND=noninteractive apt-get upgrade -y