Skip to content

Instantly share code, notes, and snippets.

@antonym
Created September 7, 2015 00:23
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 antonym/bf6ed204f8dbb8e3a59b to your computer and use it in GitHub Desktop.
Save antonym/bf6ed204f8dbb8e3a59b to your computer and use it in GitHub Desktop.
#cloud-config
coreos:
units:
- name: etcd.service
command: start
users:
- name: coreos
passwd: $apr1$gbIKXXMt$Q1xoaRWTnDX3JYgx4cPPT1
write_files:
- path: /etc/resolv.conf
content: |
nameserver 192.0.2.2
nameserver 192.0.2.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment