Skip to content

Instantly share code, notes, and snippets.

View quinnzipse's full-sized avatar
🤠
Having a good time!

Quinn Zipse quinnzipse

🤠
Having a good time!
View GitHub Profile
@MrGraversen
MrGraversen / cloud-init-docker-etc.yaml
Last active April 9, 2026 15:37
Base cloud-init for security hardening, SSH, Docker, etc.
#cloud-config
package_update: true
manage_resolv_conf: true
resolv_conf:
nameservers:
- '8.8.8.8'
- '8.8.4.4'
- '1.1.1.1'