Support for multiple network interfaces in the "facts" action.
Description
Currently, openstack:facts
sets ansible_host
to a random IPv4 address (preferring public/floating ofc). If an instance has multiple network interfaces, things get... randomy.
Proposal
Establish a way to set a preferred network for Ansible SSH communication.