Skip to content

Instantly share code, notes, and snippets.

@kartazon
kartazon / cloud-init.yaml
Created April 25, 2026 10:59 — forked from NatElkins/cloud-init.yaml
cloud-init script for VPS
#cloud-config
# Enable automatic package updates and upgrades during cloud-init execution
package_update: true
package_upgrade: true
packages:
# Security and Hardening
- ufw
- fail2ban