Skip to content

Instantly share code, notes, and snippets.

@apathor
Created January 11, 2022 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apathor/31e3c777649327b167dbda60051820e5 to your computer and use it in GitHub Desktop.
Save apathor/31e3c777649327b167dbda60051820e5 to your computer and use it in GitHub Desktop.
cloud-init-example
## template: jinja
apt:
preserve_sources_list: true
ntp:
enabled: true
ntp_client: systemd-timesyncd
runcmd:
- echo '{{ v1.region }}' > /etc/cloud_region
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment