home-cloud/k3s_cluster/files/cloud-config-base.yaml

6 lines
145 B
YAML
Raw Normal View History

2020-04-04 23:23:13 +02:00
#cloud-config
runcmd:
- apt-get update
- apt-get install -y software-properties-common
- DEBIAN_FRONTEND=noninteractive apt-get upgrade -y