Skip to content

Instantly share code, notes, and snippets.

@dewey4iv
Created September 23, 2014 03:48
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 dewey4iv/7c4af552ce1d4b812f35 to your computer and use it in GitHub Desktop.
Save dewey4iv/7c4af552ce1d4b812f35 to your computer and use it in GitHub Desktop.
#cloud-config
hostname: core01
ssh_authorized_keys:
- ssh-rsa this works
coreos:
etcd:
discovery: https://discovery.etcd.io/9871e686f2902df850d7733597f86dec
addr: 10.0.1.101:4001
peer-addr: 10.0.1.101:7001
fleet:
public-ip: 10.0.1.101
units:
- name: etcd.service
command: start
- name: fleet.service
command: start
- name: static.network
content: |
[Match]
Name=enp1s0f0
[Network]
Address=10.0.1.101/24
Gateway=10.0.1.1
DNS=10.0.1.1
DNS=8.8.8.8
DNS=8.8.4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment