Skip to content

Instantly share code, notes, and snippets.

@juanluisrp
Created January 9, 2015 15:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save juanluisrp/c556a59e794f2217ecec to your computer and use it in GitHub Desktop.
Save juanluisrp/c556a59e794f2217ecec to your computer and use it in GitHub Desktop.
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