Skip to content

Instantly share code, notes, and snippets.

@mgagne
Created June 14, 2016 21:43
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 mgagne/5a571499a337975b224e358b5286feb8 to your computer and use it in GitHub Desktop.
Save mgagne/5a571499a337975b224e358b5286feb8 to your computer and use it in GitHub Desktop.
#cloud-config
disable_root: false
chpasswd: { expire: false }
user: root
users:
- name: root
gecos: root
inactive: false
system: true
lock_passwd: false
no_create_home: true
no_create_group: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment