Skip to content

Instantly share code, notes, and snippets.

@statik
Last active August 29, 2015 14:09
Show Gist options
  • Save statik/7d05a7fa0fb6543b1524 to your computer and use it in GitHub Desktop.
Save statik/7d05a7fa0fb6543b1524 to your computer and use it in GitHub Desktop.
coreOS slickle cloud-config
#cloud-config
coreos:
update:
reboot-strategy: best-effort
units:
- name: etcd.service
command: start
- name: fleet.service
command: start
hostname: slickle
users:
- name: emurphy
coreos-ssh-import-github: statik
groups:
- sudo
- docker
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8ID9yAntcuPKS9PYy+9bcjOE4VfD/K4/PrxOSwpILw118xFTs7YrLznQpNM/EaO0+CDcuk0S0DP8Rubr8SJm0Wn6v0YOqIRW4/c8ebhoehWX0rX0igp6plxkH/JjtmXqFrbDbvotzvRON4ZyN6x2XNQOfljsV3Ue5NRAfbn0VK/xZqdKVBn11DFlRn3Ojx7HalGkhijUt3STa5XeQs+9XR9V0RuTSgczlzKIggv8lBoLfiUee/FcWUbSY66bMyq8DwHqzTy7loRYnhar6XYhPPQGo45XmlZ1M/Yo9D3NAxUBD6G40yz9x5INLwp8sJ6j7lE6O+14NN0HhrdS6Bi0Z elliot@elliotmurphy.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment