Skip to content

Instantly share code, notes, and snippets.

View thatsatechnique's full-sized avatar

Chris Brown thatsatechnique

View GitHub Profile
@pythoninthegrass
pythoninthegrass / cloud-init.ubuntu.yml
Last active May 17, 2024 14:13
cloud-init (cloud-config) ubuntu template for latest python, docker, ansible, github ssh keys,dns, and shell config
#cloud-config
output: {all: '| tee -a /var/log/cloud-init.log'} # store logs inside vm
timezone: "America/Chicago"
hostname: ubuntu
package_update: true
package_upgrade: true