ns2.col.foo connection – Foo connection bar

Note

This connection plugin is part of the ns2.col collection (version 2.1.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install ns2.col.

To use it in a playbook, specify: ns2.col.foo.

New in ns2.col 1.2.0

Synopsis

Parameters

Parameter

Comments

bar

integer

Foo bar.

host

string

Hostname to connect to.

Default: "inventory_hostname"

Configuration:

  • Variable: inventory_hostname

  • Variable: ansible_host

  • Variable: ansible_ssh_host

  • Variable: delegated_vars[‘ansible_host’]

  • Variable: delegated_vars[‘ansible_ssh_host’]

Note

Configuration entries listed above for each entry type (Ansible variable, environment variable, and so on) have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up. The entry types are also ordered by precedence from low to high priority order. For example, an ansible.cfg entry (further up in the list) is overwritten by an Ansible variable (further down in the list).

Notes

Note

Authors

  • ansible (@core)