20 lines
219 B
Plaintext
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"
|