UKCloud / openshift-deployment-ansible

3 stars 1 forks source link

Passwords now randomly generated, or can be passed in to deploy script #45

Closed andywis closed 6 years ago

andywis commented 6 years ago

deploy-openshift.sh can now take a password as the $1 arg or if $1 is empty, a random password will be generated. The password is propagated into the initialisation role as an environment variable.

The demo user is no more. use tools/create-user.sh if you want it

The playbook "bastion-post-deploy.yml" is no longer required

andywis commented 6 years ago

Tested on my dev cluster: Works.