tripleo-operator-ansible/plugins
Zuul c15ee2a93b Merge "Make tripleo_shell_script more robust" 2020-04-09 14:47:33 +00:00
..
action Fixed flake8 excludes and new-lines 2020-01-27 19:10:31 +00:00
filter Ensure we don't pass empty params 2020-04-09 13:59:01 +02:00
modules Make tripleo_shell_script more robust 2020-04-09 14:07:17 +02:00
README.md Add basic role for undercloud function 2020-01-14 07:58:22 -07:00

README.md

Collections Plugins Directory

This directory can be used to ship various plugins inside an Ansible collection. Each plugin is placed in a folder that is named after the type of plugin it is in. It can also include the module_utils and modules directory that would contain module utils and modules respectively.

Here is an example directory of the majority of plugins currently supported by Ansible:

└── plugins
    ├── action
    ├── become
    ├── cache
    ├── callback
    ├── cliconf
    ├── connection
    ├── filter
    ├── httpapi
    ├── inventory
    ├── lookup
    ├── module_utils
    ├── modules
    ├── netconf
    ├── shell
    ├── strategy
    ├── terminal
    ├── test
    └── vars

A full list of plugin types can be found at Working With Plugins.