Initial Commit
This commit is contained in:
19
files/cloud_init.cloud_config
Normal file
19
files/cloud_init.cloud_config
Normal 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"
|
Reference in New Issue
Block a user