Skip to content

Instantly share code, notes, and snippets.

@juanluisrp
Created January 9, 2015 15:01
Openstack post installation script to set a password for root and cloud-user on CentOS
#cloud-config
chpasswd:
list: |
root:stackops
cloud-user:stackops
expire: False
ssh_pwauth: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment