Created
May 19, 2016 22:46
-
-
Save dwallraff/1792315c232f34a1c63d65df1446ea26 to your computer and use it in GitHub Desktop.
CF manifest - env.bosh.password. Thanks @allomov
This file contains hidden or 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
default_env: | |
# Default vcap & root password on deployed VMs (ie c1oudc0w) | |
# Generated using mkpasswd -m sha-512 | |
bosh: | |
password: (( merge || "$6$4gDD3aV0rdqlrKC$2axHCxGKIObs6tAmMTqYCspcdvQXh3JJcvWOY2WGb4SrdXtnCyNaWlrf3WEqvYR2MYizEGp3kMmbpwBC6jsHt0" )) | |
# From https://github.com/starkandwayne/cf-pipeline/blob/master/try-anything/pipeline/cf-release/cf-deployment.yml#L9-L10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment