Menu

Virtual Geek

Tales from real IT system administrators world and non-production environment

Reset Ansible AWX Tower admin password

While working on one of the project I came accross a Ansible AWX server where 'admin' password as missing, and I wanted to reset forgotten awx password, the steps given here will also work on RedHat Ansible Tower. In my case AWX is containerised and installed on docker, and I will run highlighted command to reset admin password. It will ask for password twice to confirm and in the end successfully changes password. I can test the admin username and password on browser now.

docker ps
docker exec -it awx_web bash
awx-manage changepassword admin

ansible awx tower ubuntu redhat centos linux docker ps containers images docker exec -it awx_web bash awx-manage changepassword admin changed successfully for user amdin.png

Useful Articles
How to install Docker on Linux
How to install Ansible on Linux for vSphere configuration
Getting started Ansible AWX tower for IT automation run first playbook
Ansible for VMwary Using vmware_vm_inventory dynamic inventory plugin
Ansible selectattr The error was TemplateRuntimeError no test named 'equalto'
ansible create an array with set_fact
Ansible get information from esxi advanced settings nested dictionary with unique keynames

Go Back



Comment

Blog Search

Page Views

11384613

Follow me on Blogarama