From 039d4ef1be64b17e2bda186168c68d971de5d208 Mon Sep 17 00:00:00 2001 From: Julien Lecomte Date: Sun, 30 Apr 2023 19:16:40 +0200 Subject: [PATCH] Add ansible-roster (#82) * Add ansible-roster --------- Co-authored-by: KeyboardInterrupt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cced88a..8058f70 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ You can find the full list and how to connect in the official documentation [doc - [ansible-doc-extractor](https://github.com/xlab-steampunk/ansible-doc-extractor) - A tool that extracts documentation from Ansible modules in the HTML form. - [Ansible Semaphore](https://github.com/ansible-semaphore/semaphore) - Ansible Semaphore is a modern UI for Ansible. - [Steampunk Spotter](https://steampunk.si/spotter/) - Provides an Assisted Automation Writing tool that analyzes and offers recommendations for your Ansible Playbooks. +- [ansible-roster](https://gitlab.com/jlecomte/ansible/ansible-roster) - Ansible Roster inventory plugin to generate inventory from a host oriented yaml file. Supports ranges, regex hostnames, file inclusions, and variable merging. - [Monkeyble](https://hewlettpackard.github.io/monkeyble/) - A callback plugin that allow to execute end-to-end tests on playbooks with a Pythonic testing and CI/CD approach to detect regressions. ## Blog posts and opinions