Skip to content

Instantly share code, notes, and snippets.

@lotherk
Created November 17, 2017 15:37
Show Gist options
  • Save lotherk/a957a522317ab733ed4b60bcd59acefe to your computer and use it in GitHub Desktop.
Save lotherk/a957a522317ab733ed4b60bcd59acefe to your computer and use it in GitHub Desktop.
#cloud-config
hostname: dor
coreos:
etcd2:
advertise-client-urls: "http://$public_ipv4:2379"
listen-client-urls: "http://0.0.0.0:2379"
units:
- name: etcd2.service
command: start
- name: fleet.service
command: start
- name: static.network
content: |
[Match]
Name=eth0
[Network]
Address=172.16.210.2/24
Gateway=172.16.210.1
DNS=172.16.210.1
users:
- name: core
ssh-authorized-keys:
- "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1Wg4Xpvw4HZo62Hy6uxgiNLtOikRh1f0BvLUSSTFM/pts84OUBXFvoQFJ+Npo+ak5AO5t40td031QnlDnmjqWGra2hTYQAaxyne7+xA5jWvlcsmeMY08rRFUo7GPpjE9zRFHYVA4Sr6R4TDckq+nUcKLf126Ze6TeX5NiQEj4I2KpNPLHBwxykcf7QxOn09PFiOHERq9ODe8iSqt880jJZnBtjzWN+LA5Jc4+f6ljDAqP7nof8vNSDqIL/FwkBOFm9ztw/bDMs6aJ7H5mriOkPFgsVrZNLHAf5P6afY4A7oEtiuEnBTbSkCKweLQ+6dOKh5WnWvd6ubidfYlCWFQT Konrad Lother"
- groups:
- sudo
- docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment