Skip to content

Instantly share code, notes, and snippets.

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 jlamendo/ac59bf5fe78a832c8ad758f393e5eea4 to your computer and use it in GitHub Desktop.
Save jlamendo/ac59bf5fe78a832c8ad758f393e5eea4 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