Last active
August 29, 2015 14:06
-
-
Save dewey4iv/0133f0907a2aac06e85f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
hostname: core01 | |
ssh_authorized_keys: | |
- this works | |
coreos: | |
etcd: | |
discovery: https://discovery.etcd.io/cae2a0a6c7671ca4e184775453ec7b0e | |
addr: 10.0.1.101:4001 | |
peer-addr: 10.0.1.101:7001 | |
fleet: | |
public-ip: 10.0.1.101:7001 | |
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