mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 09:01:59 +03:00
12 lines
143 B
INI
12 lines
143 B
INI
#cloud-config
|
|
|
|
repo_update: true
|
|
repo_upgrade: all
|
|
|
|
packages:
|
|
- docker.io
|
|
- lvm2
|
|
|
|
output:
|
|
all: '| tee -a /var/log/cloud-init-output.log'
|