controller_configuration.global_vars

Description

An ansible role to define global variables that will be available to all of the roles in the collection, if they are configured as follows:

# tail -4 meta/main.yml

dependencies:
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
# if you add dependencies to this list.
  - global_vars

Provided Variables

This is currently providing the following variables:

Variable Name Default Value Required Description
operation_translate See the default value below Yes Provides translation from object states to human interpretation

operation_translate Default value

operation_translate:
  present:
    verb: "Create/Update"
    action: "creation"
  absent:
    verb: "Remove"
    action: "deletion"
...

License

GPL-3.0

Author

Ivan Aragonés