Thank you from Japan! Your video helped me a lot! I was trying to install AWX on my VM(CentOS8), and I was not sure which part inside inventory file, I should modift configure. I also couldn't understand installer directory don't show problem, and found your answer on other's comment reply.
By default it clones 18.x latest version and its installation method has changed. This guide is for 17.x, for cloning version 17.x use cloning command with -b like: clone -b 17.0.1 Url
Thank you from Japan!
Your video helped me a lot! I was trying to install AWX on my VM(CentOS8), and I was not sure which part inside inventory file, I should modift configure.
I also couldn't understand installer directory don't show problem, and found your answer on other's comment reply.
Happy to help from Pakistan
Thanks for video.
I want to use docker offical image.
(version 17.0.0)
not build the source code..
Can you help me..?
Let me check, will update you on it soon.
can we install this without docker container ?
I did not see any supportive official documentation such. So, the answer is “no” for now.
installer directory not showing in awx after git clone
can you help
By default it clones 18.x latest version and its installation method has changed. This guide is for 17.x, for cloning version 17.x use cloning command with -b like:
clone -b 17.0.1 Url
@@techsupportpk thank you sir
@@rohitnaidu4453 happy to help 👍
Sir make vedios on ansible and how to use it with yaml script and make vedio on yaml scripting too it will be helpful
@@rohitnaidu4453 good suggestion
Showing error after exceuting below command sir:
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "docker-compose run --rm --service-ports task awx-manage migrate --no-input", "delta": "0:00:00.004774", "end": "2021-03-22 11:23:59.714119", "msg": "non-zero return code", "rc": 127, "start": "2021-03-22 11:23:59.709345", "stderr": "/bin/sh: docker-compose: command not found", "stderr_lines": ["/bin/sh: docker-compose: command not found"], "stdout": "", "stdout_lines": []}
when i am running command
inside installer: ansible-playbook -i inventory install.yml -v
docker-compose command is missing in your environment, fix it.