ns2.col.foo role – Foo role

Note

This role 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.

Entry point main – Foo role

New in ns2.col 0.2.0

DEPRECATED

Removed in:

major release after 2020-01-01

Why:

Just some text. This one has more than one line. And one more.

Alternative:

I don’t know of any alternative.

Synopsis

Parameters

Parameter

Comments

foo_param_1

string

A string parameter

If you set foo_param_1 while foo_param_2=3, this might behave funny.

foo_param_2

integer

An integer parameter with a default.

Default: 13

Attributes

Attribute

Support

Description

check_mode

Support: full

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

platform

Platforms: Linux, macOS, FreeBSD

The supported platforms

See Also

See also

ns2.col.foo

The official documentation on the ns2.col.foo module.

Examples

- name: Use role
  include_role: ns2.col.foo
  vars:
    foo_param_1: foobar
    foo_param_2: 23

Authors

  • Felix Fontein (@felixfontein)