From ca7e6eef2faeba300c868916ff1087cd0c735fe7 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Wed, 14 Feb 2024 13:12:59 +0100 Subject: [PATCH] add antsichaut tool with antsichaut you can automate part of the release-process of a collection by automatically creating a changelog.yml file that gets the changes from pull requests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d31ff7..791007e 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ A collaborative curated list of awesome Ansible resources - [Ansible Silo](https://github.com/groupon/ansible-silo) - Ansible in a self-contained environment via Docker. - [Ansible Vim](https://github.com/pearofducks/ansible-vim) - Vim syntax plugin for Ansible 2.0. - [Ansigenome](https://github.com/nickjj/ansigenome) - Ansigenome is a command line tool designed to help you manage your Ansible roles - scan, standarize documentation and meta files, generate dependency graphs. +- [Antsichaut](https://github.com/ansible-community/antsichaut) - automate the filling of a changelog.yaml used by antsibull-changelog. - [ARA: Ansible Run Analysis](https://github.com/ansible-community/ara) - Records Ansible Playbook runs seamlessly to make them easier to visualize, understand and troubleshoot. It integrates with Ansible wherever you run it. - [AWX](https://github.com/ansible/awx) - AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is the upstream project for Tower, a commercial derivative of AWX. - [Mitogen for Ansible](https://mitogen.readthedocs.io/en/latest/ansible.html) - Uses the [Mitogen](https://github.com/mitogen-hq/mitogen) library to execute Ansible playbooks in a more efficient way (decreases the execution time).