https://github.com/bcoca/collection
collection template ref implementation
https://github.com/bcoca/collection
Last synced: about 1 year ago
JSON representation
collection template ref implementation
- Host: GitHub
- URL: https://github.com/bcoca/collection
- Owner: bcoca
- Created: 2019-01-15T15:25:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T17:31:45.000Z (about 6 years ago)
- Last Synced: 2025-02-05T11:37:08.880Z (over 1 year ago)
- Size: 15.6 KB
- Stars: 10
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Collection template
-------------------
-------------------
This readme file should contain a the name and a short description/quick docs of the collection
and an optional link to `docs/` for more complete documentation.
current dir structure:
----------------------
* docs/: local documentation for the collection
* license.txt: optional copy of license(s) for this collection
* galaxy.yml: source data for the MANIFEST.json that will be part of the collection package
* playbooks/: playbooks reside here
tasks/: this holds 'task list files' for include_tasks/import_tasks usage
* plugins/: all ansible plugins and modules go here, each in its own subdir
* modules/: ansible modules
* lookups/: lookup plugins
* filters/: Jinja2 filter plugins
* ... rest of plugins
* README.md or README.rst: this file
* roles/: directory for ansible roles
* tests/: tests for the collection's content