On Wed, Oct 31, 2018 at 4:29 PM Ken Dreyer ktdreyer@ktdreyer.com wrote:
Hi folks,
I'm working on some native Ansible modules to manage Koji resources.
https://github.com/ktdreyer/koji-ansible
(This is not about installing Koji, it's just a way to declaratively define things within Koji, where you might normally use the koji CLI.)
So far this can create, edit, and delete tags, and manage tag inheritance.
I've added support for creating and edting Koji build targets today.
- Ken