Skip to content

Instantly share code, notes, and snippets.

@thiagoeh
Last active August 10, 2020 17:20
Show Gist options
  • Select an option

  • Save thiagoeh/2568b87a13bd9b7d36bd1877bb51897d to your computer and use it in GitHub Desktop.

Select an option

Save thiagoeh/2568b87a13bd9b7d36bd1877bb51897d to your computer and use it in GitHub Desktop.
Cloud Init - arquivo de exemplo
#cloud-config
timezone: "America/Sao_Paulo"
packages:
- htop
- nginx
runcmd:
- touch /hello_from_cloudinit
@thiagoeh

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment