Initial Commit

This commit is contained in:
2024-10-26 22:29:05 +10:00
commit 0518ee5343
7 changed files with 505 additions and 0 deletions

View File

@ -0,0 +1,19 @@
#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"