mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Use case: e.g. dual homed hosts on production en management network The inventory_hostname is the regular host name and matches the dns name on the production network; ansible connects to the host through a management network; the dns name on the management network is standardized and equals ${inventory_hostname}-mgt.mynetwork.com Now this can be configured as the default in group_vars/all: ansible_ssh_host: {{ inventory_hostname + '-mgt.mynetwork.com' }} |
||
---|---|---|
.. | ||
action_plugins | ||
connection_plugins | ||
filter_plugins | ||
lookup_plugins | ||
__init__.py | ||
connection.py | ||
poller.py | ||
return_data.py |