ibm-cloud-architecture / terraform-icp-aws

This Terraform configurations uses the AWS provider to provision virtual machines on AWS to prepare VMs and deploy IBM Cloud Private on them. This Terraform template automates best practices learned from installing ICP on AWS at numerous client sites in production.
9 stars 30 forks source link

Password is not valid for rule #22

Closed phelun closed 5 years ago

phelun commented 5 years ago

Hi,

Im stuck with this error below. Can someone please help

TASK [Checking default password] *** fatal: [localhost]: FAILED! => changed=true cmd: bash /tmp/check-password-script delta: '0:00:00.088205' end: '2019-06-01 09:02:11.758024' msg: non-zero return code rc: 1 start: '2019-06-01 09:02:11.669819' stderr: '' stderr_lines: stdout: |- Password is not valid for rule ^([a-zA-Z0-9-]{32,})$ FAILED stdout_lines: Password is not valid for rul

phelun commented 5 years ago

Found out the issue for this, my password did not conform with the regex rules.