Skip to content

Instantly share code, notes, and snippets.

@benileo
Created June 11, 2017 18:42
Show Gist options
  • Save benileo/3de1ae6c7cf2e6c5a3f7ecdf638d57be to your computer and use it in GitHub Desktop.
Save benileo/3de1ae6c7cf2e6c5a3f7ecdf638d57be to your computer and use it in GitHub Desktop.
#cloud-config
#vim: syntax=yaml
manage_etc_hosts: localhost
fqdn: blackberry.alltree.ca
groups:
docker
swap:
size: auto
filename: /swap
users:
- name: jammin
groups: sudo,docker,adm
shell: /bin/bash
sudo: ['ALL=(ALL) NOPASSWD:ALL']
ssh_authorized_keys:
- "CENSORED - PUBLIC KEY"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment