From a453ac31f3428614cceb99027f8efbdb9258a40b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 22:03:01 +0200 Subject: Adding upstream version 2.10.7+merged+base+2.10.8+dfsg. Signed-off-by: Daniel Baumann --- .../google/cloud/plugins/README.md | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 collections-debian-merged/ansible_collections/google/cloud/plugins/README.md (limited to 'collections-debian-merged/ansible_collections/google/cloud/plugins/README.md') diff --git a/collections-debian-merged/ansible_collections/google/cloud/plugins/README.md b/collections-debian-merged/ansible_collections/google/cloud/plugins/README.md new file mode 100644 index 00000000..958e4041 --- /dev/null +++ b/collections-debian-merged/ansible_collections/google/cloud/plugins/README.md @@ -0,0 +1,31 @@ +# 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](https://docs.ansible.com/ansible/devel/plugins/plugins.html). \ No newline at end of file -- cgit v1.2.3