Hi guys,
Little bit of background, I have a project which has ansible playbook vagrant installation. This runs on my local machine Ubuntu 18.04
There is no developer working on this, I have no experience on ansible.
To take this to server, ansible is unable to access 2222 port on virtual box on EC2 instance. After googling stuffs I find, running another virtual machine on EC2 is not allowed, as EC2 itself is an virtual machine.
So as an solution, I thought of running this ansible playbook on localhost of EC2 instance. The playbook ran successfully with no error but it missed lots of settings or rather skipped.
If I can get bash scripts from ansible helps me to understand parameter, variables required.
Any new idea helps…
Thanks,
Sushant