StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 75 forks source link

Documentation of testu / testp #189

Closed candlerb closed 6 years ago

candlerb commented 6 years ago

After installing stackstorm following the ansible instructions, I found I could not login with the default st2admin / Ch@ngeMe as documented in several places

It turns out after checking /etc/st2/htpasswd that the default username is testu, and the default password is testp

I think this would be worth a mention on the ansible installation instructions page.

arm4b commented 6 years ago

In ansible-st2 repo README (https://github.com/StackStorm/ansible-st2#variables) there are Variables section containing st2_auth_username and st2_auth_password descriptions with their defaults.

But indeed, https://docs.stackstorm.com/install/ansible.html is missing a mention about default login credentials used.

Thanks for the report, it makes sense to update the docs!