AWX (Ansible): AWX how to migrate from on-permise to hetzner
wget https://github.com/ansible/awx/archive/17.1.0.zip
cd installer
nano inventory
change db_password
change admin_password
port_depends of how we have config to expose to the internet.
ansible-playbook -i inventory install.yml
this command will install awx. the docker files are in: ~/.awx/awxcompose/
and the data is in ~/.awx/pgdocker/
only replace this file we can have awx from before with all templates and configs.
challenges: - ssh, connection to other servers, hosts.