ansible-community / ara-collection

Collection of Ansible roles for ARA Records Ansible.
https://ara.recordsansible.org
GNU General Public License v3.0
28 stars 16 forks source link

Deployment/publishing workflow to Galaxy #42

Open Thulium-Drake opened 3 years ago

Thulium-Drake commented 3 years ago

Investigate a means to auto-publish any new versions that are tagged to Ansible Galaxy.

dmsimard commented 3 years ago

This is already automated with Zuul and is how most of the community collections are published, i.e: https://dashboard.zuul.ansible.com/t/ansible/builds?job_name=release-ansible-collection-galaxy&pipeline=release

It triggers when pushing a tag to the repository, takes care of building the collection and then publishing it. We would probably have to supply our own credentials since we're not in the community. namespace but it should be possible to use it.

amilcarlucas commented 1 year ago

Will there be a new collection version once you release ara 1.6.0 ?

I need ara_record FQCN in order to fix ansible-lint errors :(