Created
November 12, 2014 01:23
-
-
Save thesabbir/e8be0cd4d25ce041e8b7 to your computer and use it in GitHub Desktop.
This file contains 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 | |
# Set Hostname | |
hostname: CoreOS | |
# Set SSH Keys | |
ssh_authorized_keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcHGg1Ew4BkdElacPY7vwx1DGfnbfXMk+zv8Knze3HLCqK4vGB7NYj4C6jBt/E81Of2uBoBSriBQ8Nyl3yRuZgcQE7WmeDAoRa1l94gFkn9w5guFKAxzr1zRslM+u8RgGVRy5cMCz4DPPU313A4OukzlqjAXl6MtoDpIbhW6OhsOgWvTpZDAfdWiSONW25t1SGu/H4eqQuGi82iL8z0bMZqwt4JGVt0h1R9FiYtonunHgZUNDllmPnLX2yCNyjSXWvKPOtqCUlk7t2g10Kf7V9OpHoSCxWIdscIXpmvpjTWrsIKjSWPO7B4oNyS9SRRB0ojW1wEh8VZLKTEOghVDAX thesabbir@buntu | |
coreos: | |
etcd: | |
# generate a new token for each unique cluster from https://discovery.etcd.io/new | |
discovery: https://discovery.etcd.io/060eca77451588dfa8b4806afd080841 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment