Hi All
I very newbie with ansible.
I have a dummy question :
In my work we have two diferent network, but in the middle i have a FW, so i have 2 ansible server in each network, so the A ansible server only saw 50 host and the B ansible server saw other 100 host, so how I can execute an playbook in A ansible server and communicate through B ansible server to that 100 host?
I dont want to do modify my FW rules.
i dont know if is possible with a playbook or other method?
Any idea?
Thanks