I am running ansible playbooks against hosts in different networks or firewall-zones and need to fetch confg-files from a local BitBucket server at times with get_url TASKS. connectivoty to that BitBucket Server is challenging, to put it nicely.
In order to troubleshoot how to make this work it would be helpful to understand which bash/shell command is executed on the host via the get_url module.
- is the understanding that Ansible modules somehow translate to shell-commands on a host (and likewise there must be a shell eqiovalent command to each Ansible module)?
- if so, … what is the local command initiated by get_url (my guess would be wget)?