Skip to content

Instantly share code, notes, and snippets.

@anoochit
Created August 21, 2014 07:21
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 anoochit/c1efa4738303f0d95e7e to your computer and use it in GitHub Desktop.
Save anoochit/c1efa4738303f0d95e7e to your computer and use it in GitHub Desktop.
sample cloud config for coreos
#cloud-config
hostname: coreos01
coreos:
units:
- name: docker.service
command: start
users:
- name: core
passwd: $AB3NzaC1y0g+ZTxC7weoIJLU...
- ssh-authorized-keys:
- ssh-rsa AAAAB3NzaC1y0g+ZTxC7weoIJLUafOgrm+h...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment