Skip to content

Instantly share code, notes, and snippets.

@criloz
Last active August 29, 2015 14:16
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 criloz/516899ce537003bf171f to your computer and use it in GitHub Desktop.
Save criloz/516899ce537003bf171f to your computer and use it in GitHub Desktop.
master-coreos
#cloud-config
hostname: pulsar-master
coreos:
etcd:
addr: $private_ipv4:4001
peer-addr: $private_ipv4:7001
units:
- name: etcd.service
command: start
- name: fleet.service
command: start
- name: static.network
content: |
[Match]
Name=ens3
[Network]
Address=x.x.x.109/24
Gateway=x.x.x.1
DNS=x.x.x.10
DNS=x.x.x.11
DNS=8.8.8.8
users:
- name: core
ssh-authorized-keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCbLs5mZAlvBUn+4Twn99mLdhiJgW1FfBMyLg/dW11p7WRho37h6IE8PmEZeSbGZPI3EDw4OdjXOyaLVbArGLRJ0ybnvc6mOdZGBg+QDjCumPbuOxpTNVX2HUfPdMQnZHlozdLJtgGnzKypdb40/LDtN8M8Kee4JWhb7umeqwsXeOuwrCS2poawb6t/DQXwOqNhnQnS3GZILLUVnQH14ih4tG8/Xi+JdvFIr67rBw5ktJS7aawadOCyPPwbSHy/ABlVZ1lae3tIUf4y7eAj/yWTkJiPiPeY6+Im0Bv3A1cS11GgXKR25G/9avIVQZo6b44X2ec2nFHAdYTKZyTJ5zn/ criscalovis@gmail.com
- groups:
- sudo
- docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment