Created
January 9, 2015 15:01
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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