Last active
November 3, 2016 02:16
-
-
Save andruby/feda6588c18deb95c3e6 to your computer and use it in GitHub Desktop.
Cloud init for a Discourse instance running on Ubuntu 14.04 on Digital Ocean
This file contains hidden or 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 | |
apt_upgrade: true | |
packages: | |
- zsh | |
- docker | |
- vim | |
users: | |
- name: andrew | |
ssh-authorized-keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDElTSlnjEpU91nk4HKluGCzEXwkWE2XzdXqdmU9HJA+i5zP5UHnd7AtWmcO6OG6DbY2cUpdWE/l82dqYWxwhG0811hRsErz/DMesK2Hn22Dh97K9RAH7+e1s0eh7LkrNv0F5zgvNd1YaDQo5Lu9LMws+nhQeS8+MJ7YwluRhA8Xlbz7/eqKyPeuRTTjOT2Bz17aqXSet3Uqjs51n322I9FPQR369v+jNdb62JXpfTQVxacM59kOd5yOtYQnTRRTnZhJpFocnO0fPBpXjVjKqJM1AdHnaIgoux8LU2bVEZmzWnPxwGbOjjvxWurEyFfXbvUkYoRQWeau+sONbwMsftP [email protected] | |
sudo: ['ALL=(ALL) NOPASSWD:ALL'] | |
groups: sudo | |
shell: /bin/zsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment