Skip to content

Instantly share code, notes, and snippets.

@tazjin
Created August 29, 2014 20:19
Show Gist options
  • Save tazjin/d6b39d2ec816f5136ade to your computer and use it in GitHub Desktop.
Save tazjin/d6b39d2ec816f5136ade to your computer and use it in GitHub Desktop.
- name: Install cloudconfig
template: src=cloud_config.j2 dest=/media/root/var/lib/coreos-install/user_data
tags: cloudconfig
- name: Run coreos-cloudinit
raw: coreos-cloudinit --from-file=/var/lib/coreos-install/user_data
tags: cloudconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment