Hi all,

I have been playing a little bit around with the koji-ansible collection and created a Proof of Concept playbook that creates the main tags for a release in koji (staging).

I have installed the collection on batcave01 running the following

```
ansible-galaxy collection install ktdreyer.koji_ansible:0.0.0-git.274+c448a960
```

And the playbook is available under playbooks/manual/releng/koji-release-tags.yml [0]. For now there is still very much a lot of things hard coded, but that should give us a good idea of what we can do with that collection.

Members of the sysadmin-main group can try the playbook by running

```
ansible-playbook /srv/web/infra/ansible/playbooks/manual/releng/koji-release-tags.yml --check
```

For now it is executed on `composer.stg.phx2.fedoraproject.org` and it is using this host keytab to authenticate with koji.

I ll keep working on this and see if I can turn it in a role that could be used to create all the tags for each release, in the mean time if you have ideas or feedback please share them with me :-).

[0] - https://infrastructure.fedoraproject.org/cgit/ansible.git/tree/playbooks/manual/releng/koji-release-tags.yml