Last active
August 10, 2020 17:20
-
-
Save thiagoeh/2568b87a13bd9b7d36bd1877bb51897d to your computer and use it in GitHub Desktop.
Cloud Init - arquivo de exemplo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #cloud-config | |
| timezone: "America/Sao_Paulo" | |
| packages: | |
| - htop | |
| - nginx | |
| runcmd: | |
| - touch /hello_from_cloudinit | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://cloudinit.readthedocs.io/en/latest/topics/examples.html