Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
#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