Skip to content

Instantly share code, notes, and snippets.

@gdoteof
Last active August 29, 2015 14:14
Show Gist options
  • Save gdoteof/6a7dc30adb8a308b927f to your computer and use it in GitHub Desktop.
Save gdoteof/6a7dc30adb8a308b927f to your computer and use it in GitHub Desktop.
cloud config
#cloud-config
coreos:
etcd:
discovery: https://discovery.etcd.io/27c1dc9184248bb4e84f60e587f776fc
addr: $private_ipv4:4001
peer-addr: $private_ipv4:7001
units:
- name: etcd.service
command: start
- name: fleet.service
command: start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment