terraform-homelab/files/cloud_init.cloud_config
2024-10-26 22:29:05 +10:00

20 lines
219 B
Plaintext

#cloud-config
packages:
- htop
- vim-nox
- git
- zsh
- curl
- wget
- python3
- python3-pip
- nfs-common
- cron
- jq
- sudo
- logwatch
- sendemail
runcmd:
- "bash /usr/local/bin/notify.sh"