ansible/awx

Admin password is always reset during install

Open

#3,915 opened on May 17, 2019

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Python (3,333 forks)batch import
help wantedtype:bug

Repository metrics

Stars
 (13,071 stars)
PR merge metrics
 (Avg merge 24d 6h) (30 merged PRs in 30d)

Description

ISSUE TYPE
  • Bug Report
SUMMARY

When running multiple times the installer, the admin password is always reset. If I have changed the password from the web, after running the installer, the password is reset to the default.

ENVIRONMENT
  • AWX version: 4.0.0
  • AWX install method: kubernetes (microk8s)
  • Ansible version: ansible 2.7.10
  • Operating System: Ubuntu 18.04 x64
  • Web Browser: Firefox 66
STEPS TO REPRODUCE
  • Run the installer
  • Change the admin password from the web UI
  • Run the installer again (for an upgrade, testing, etc)
EXPECTED RESULTS

Keep the password changed in the web UI.

ACTUAL RESULTS

The password is reset with the one in the inventory.

Contributor guide