Skip to content

Instantly share code, notes, and snippets.

@jljouannic
Created January 31, 2018 15:13
Show Gist options
  • Save jljouannic/39c629abc55f36e1a3f0f43a67c47c7f to your computer and use it in GitHub Desktop.
Save jljouannic/39c629abc55f36e1a3f0f43a67c47c7f to your computer and use it in GitHub Desktop.
Cloud init config sample
#cloud-config
groups:
- user
users:
- name: <USER>
primary-group: <USER>
ssh-authorized-keys:
- <PUBLIC KEY>
sudo: ['ALL=(ALL) NOPASSWD:ALL']
groups: sudo
shell: /bin/bash
package_upgrade: true
package_upgrade: true
packages:
- python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment