tripleo-operator-ansible/plugins
Zuul f54d17799c Merge "Stop to use the __future__ module." 2020-07-13 12:58:55 +00:00
..
action Stop to use the __future__ module. 2020-06-02 21:04:45 +02:00
filter Ensure we don't pass empty params 2020-04-09 13:59:01 +02:00
modules Merge "Stop to use the __future__ module." 2020-07-13 12:58:55 +00: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.