Hi Team ,
I am running connection check on specific port on servers which i have comma seperated in extra var “Nodes”
it is running fine but we have all server in inventory so server trying to check connection on itself as well,
i want to exclude the node so that it won’t attempt connection check to itself
it tried with below but it is only works for single hosts not for comma separated list
-hosts: !{{ Nodes }}"