ns2.col.sub.foo3 module – A sub-foo

Note

This module 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.sub.foo3.

Synopsis

Parameters

Parameter

Comments

bar

string

Some bar.

See foo_param_1 for a random role parameter reference. And foo_param_2=42 for one with a value.

Attributes

Attribute

Support

Description

action_group

Action groups: ns2.col.bar_group, ns2.col.foo_group

Use group/ns2.col.foo_group or group/ns2.col.bar_group in module_defaults to set defaults for this module.

check_mode

Support: full

Can run in check_mode and return changed status prediction without modifying target

diff_mode

Support: N/A

Will return details on what has changed (or possibly needs changing in check_mode), when in diff mode

platform

Platform: posix

Target OS/families that can be operated against

Examples

- name: Do some foobar
  ns2.col.sub.foo3:
    bar: baz

Return Values

Common return values are documented here, the following are the fields unique to this module:

Key

Description

bar

string

Some bar.

Referencing myself as bar.

Do not confuse with bar.

Returned: success

Sample: "baz"

Authors

  • Another one (@ansible-community)