collection-ansible_ssa-general

Ansible SSA Collection

This collection is build from several roles in the Ansible SSA GitLab Group.

Build

There is a Gitlab CI/CD pipeline which automatically builds this collection.

  1. Update all git sub modules.
git submodule foreach git pull
  1. Make sure to update ansible_ssa/general/galaxy.yml and commit to master or release branch to trigger a new build.

  2. Commit your changes

git commit -m "provide some reasonable description" -a

Release process

To build a new release follow these instructions:

If building a new stable release, create a release tag as well. Also update the dependencies in the execution environment.

Make sure unstable releases have a higher release number than stable releases.