summaryrefslogtreecommitdiff
path: root/plugins/README.md
diff options
context:
space:
mode:
authoromnom62 <omnom62@outlook.com>2026-05-06 08:08:27 +1000
committeromnom62 <omnom62@outlook.com>2026-05-06 08:08:27 +1000
commit9a3fa5777e7203d46faf1185cfb56c4fc121d885 (patch)
tree80988400ba3582cfc97ff6445fb8f97c724d3fc6 /plugins/README.md
parentc2493986714604aa992bea28628b74587b3b51bd (diff)
downloadrest.vyos-9a3fa5777e7203d46faf1185cfb56c4fc121d885.tar.gz
rest.vyos-9a3fa5777e7203d46faf1185cfb56c4fc121d885.zip
More modules
Diffstat (limited to 'plugins/README.md')
-rw-r--r--plugins/README.md31
1 files changed, 0 insertions, 31 deletions
diff --git a/plugins/README.md b/plugins/README.md
deleted file mode 100644
index 615f703..0000000
--- a/plugins/README.md
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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-core/2.18/plugins/plugins.html).