From 8036b0eef018f02c1e64225a7e4d3a84fe98489b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 21 Aug 2020 15:34:17 +0200 Subject: [PATCH] add ansible-later --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 044f19b..4e7344f 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat - [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. - [semaphore](https://github.com/ansible-semaphore/semaphore) - Open Source alternative to Ansible Tower. - [Ansible Lint](https://github.com/ansible/ansible-lint) - Checks Playbooks for best practices and behavior that could potentially be improved. +- [Ansible Later](https://github.com/xoxys/ansible-later) - Another best practice scanner. Checks Playbooks and Roles for best practices and behavior that could potentially be improved. - [Ansible cmdb](https://github.com/fboender/ansible-cmdb) - Takes the output of Ansible's fact gathering and converts it into a static HTML page. - [ARA, Ansible Run Analysis](https://github.com/ansible-community/ara) - ARA records Ansible Playbook runs and makes the recorded data available and intuitive for users and systems. - [Mitogen for Ansible](https://networkgenomics.com/ansible/) - Speed up Ansible substantially with Mitogen.