Use this repo to create an ansible collection and add it to ansible galaxy to be shared. See additional information on collections HERE.
Prerequisites:
- You have a Galaxy account. They are free and leverage your Github.com account.
- Github Actions enabled or available.
- Click on the Green button above, "Use this template", and select "Create a new repository"
- This should go in your own organization
- Update the galaxy.yml file
- set
namespace:
to the namespace of your galaxy account - set
name:
to the name of this collection
- set
- If you are not creating plug-ins you can delete that folder
- Add your roles to the 'roles' folder
- (Optional) Adjust the meta/runtime.yml file to reflect which versions of ansible this collection is appropriate for