This Ansible collection provides a set of roles and modules to manage Alfresco Platform installations. It is designed to be used with Ansible and can be easily integrated into your existing Ansible playbooks.
This repo use uv as python package and project manager.
Install it with:
brew install uv
Install the required python version with:
uv python install
Use the uv run
prefix to run any command in the virtual environment, e.g.:
uv run ansible-galaxy install
For every change, a changelog yml fragment need to be drop inside the
changelogs/fragments
folder, using one or more fragment
categories.
Before proceeding with the release, merge the fragments into the changelog with:
antsibull-changelog release --version 0.1.0
Then, update the version in galaxy.yml
.
version: 0.1.0
Finally, draft the github release with:
gh release create v0.1.0