Skip to content

Instantly share code, notes, and snippets.

@retrohacker
Created November 8, 2014 20:47
Show Gist options
  • Save retrohacker/f8b02d2fc3ecde2abb86 to your computer and use it in GitHub Desktop.
Save retrohacker/f8b02d2fc3ecde2abb86 to your computer and use it in GitHub Desktop.
core-os setup
#cloud-config
hostname: coreos1
users:
- name: wblankenship
passwd: $6$rounds=4096$/iBafoYauGnV$nO3WK2UKET9eKOXtkW73AkAk4oUL98AVjFUQl2jT1nPAy2m/J6ZJUGFnsMC8OCatl.QGRRPW9qbAmQx7MqVzU0
groups:
- sudo
- docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment