2015-Middleware-Keynote / demo-ansible

Apache License 2.0
18 stars 24 forks source link

create set # of users with passwords #20

Closed thoraxe closed 9 years ago

thoraxe commented 9 years ago

We should allow for the user running this installer to specify a # of users to create and possibly an arbitrary password, which will go into the htpasswd file.

This will aid in roadshow environments.

For example, create 40 users user[01-40] with the password "foobar"

thoraxe commented 9 years ago

This works:

  --run-smoke-tests               Run workshop smoke tests
  --num-smoke-test-users INTEGER  Number of smoke test users  [default: 5]

But we currently only set the password to be the cluster-id, so it still would be nice to be able to pass in a password for the smoke test users.

detiber commented 9 years ago

I believe this issue has been addressed now.