I want to run ansible playbook on AWX and install apache in my private ec2 instances using jump host. I setup the jumbox between private ec2 instance and AWX but still my play book is not working.
Can you share the error or problem you are having? The output of the task should help.
Also, I would advise you to remove (or alter) sensitive data like IP addresses when posting. I’m editing the hosts line, but I can’t modify the image you embedded, so I would recommend you delete it and paste the content of the variables (mentioning it’s an inventory).
If you don’t replace the image in a while, I will go ahead and remove later today for your security!
fatal: [ip-19x-xxx-x5-xxx.ec2.internal]: UNREACHABLE! => {“changed”: false, “msg”: “Failed to connect to the host via ssh: ssh: connect to host ip-192-168-95-212.ec2.internal port 22: Connection timed out”, “unreachable”: true}
This is the issue which i am facing while running the playbook.