mirror of https://github.com/ceph/ceph-ansible.git
defaults: change default value for dashboard_admin_password
A recent change in ceph/ceph prevent from having username in the
password:
`Error EINVAL: Password cannot contain username.`
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 0756fa467d
)
pull/4854/head
parent
5062d4094c
commit
ba4787817e
|
@ -706,7 +706,7 @@ dummy:
|
|||
#dashboard_protocol: http
|
||||
#dashboard_port: 8443
|
||||
#dashboard_admin_user: admin
|
||||
#dashboard_admin_password: admin
|
||||
#dashboard_admin_password: p@ssw0rd
|
||||
# We only need this for SSL (https) connections
|
||||
#dashboard_crt: ''
|
||||
#dashboard_key: ''
|
||||
|
|
|
@ -706,7 +706,7 @@ ceph_docker_registry_auth: true
|
|||
#dashboard_protocol: http
|
||||
#dashboard_port: 8443
|
||||
#dashboard_admin_user: admin
|
||||
#dashboard_admin_password: admin
|
||||
#dashboard_admin_password: p@ssw0rd
|
||||
# We only need this for SSL (https) connections
|
||||
#dashboard_crt: ''
|
||||
#dashboard_key: ''
|
||||
|
|
|
@ -698,7 +698,7 @@ dashboard_enabled: True
|
|||
dashboard_protocol: http
|
||||
dashboard_port: 8443
|
||||
dashboard_admin_user: admin
|
||||
dashboard_admin_password: admin
|
||||
dashboard_admin_password: p@ssw0rd
|
||||
# We only need this for SSL (https) connections
|
||||
dashboard_crt: ''
|
||||
dashboard_key: ''
|
||||
|
|
Loading…
Reference in New Issue