When I'm looping through files and coming up with dynamically created ansibleAnsible playbooks and stuff like that, I've quite frequently havehad to work with a single variable that contains the ipIP and port of something.
Can I refer this as a "socket" or does that name always refer to a handle?
Is it better just to refer to the thing as "$ip_and_port"$ip_and_port or "$address_and_port"$address_and_port or "$host_and_port"$host_and_port?