Ansible multiple hosts behind NAT port forwarding
I have 2 servers behind NAT, so they share the same IP address, SSH service runs on two different ports. Here is my ansible inventory file. When I run the ansible command against the inventory file, it only gets executed on one of the servers. Solution The problem is that all the hosts have the … Read more