mirror of
https://github.com/Infisical/ansible-collection.git
synced 2025-08-02 12:14:30 -07:00
ansible-galaxy init
This commit is contained in:
parent
8779acc489
commit
1eedeb42ee
5 changed files with 129 additions and 13 deletions
10
plugins/README.md
Normal file
10
plugins/README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# 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.
|
||||
|
||||
```
|
||||
└── plugins
|
||||
├── lookup
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue