From 311aabfed4bf95a406f08aa3855907313a2d392d Mon Sep 17 00:00:00 2001 From: Jeremy Eder Date: Tue, 30 Oct 2018 10:40:00 +0100 Subject: [PATCH 1/3] Add rundeck as an ansible tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 491c71a..d7b2552 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat - [Molecule](https://github.com/metacloud/molecule) - Molecule aids in the development and testing of Ansible roles. - [Packer Ansible Provisioner](https://www.packer.io/docs/provisioners/ansible-local.html) - This Provisioner can be used to automate VM Image Creation via Packer with Ansible. - [Excel Ansible Inventory](https://github.com/KeyboardInterrupt/ansible_xlsx_inventory) - Turn any Excel Spreadsheet into an Ansible Inventory +- [Rundeck](https://rundeck.org) - Rundeck is an open source automation service with a web console, command line tools and a WebAPI. It lets you easily run automation tasks across a set of nodes. ## Blogposts and opinions From ea18f1c63e17c0455b127838d1ba15902ba493d7 Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Fri, 30 Aug 2019 07:19:04 +0200 Subject: [PATCH 2/3] fix redirect for rundeck link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7b2552..3702db6 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat - [Molecule](https://github.com/metacloud/molecule) - Molecule aids in the development and testing of Ansible roles. - [Packer Ansible Provisioner](https://www.packer.io/docs/provisioners/ansible-local.html) - This Provisioner can be used to automate VM Image Creation via Packer with Ansible. - [Excel Ansible Inventory](https://github.com/KeyboardInterrupt/ansible_xlsx_inventory) - Turn any Excel Spreadsheet into an Ansible Inventory -- [Rundeck](https://rundeck.org) - Rundeck is an open source automation service with a web console, command line tools and a WebAPI. It lets you easily run automation tasks across a set of nodes. +- [Rundeck](https://www.rundeck.com/open-source) - Rundeck is an open source automation service with a web console, command line tools and a WebAPI. It lets you easily run automation tasks across a set of nodes. ## Blogposts and opinions From 1a9fbba71c85308c63e425c82291b9cf3ca1668d Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Fri, 30 Aug 2019 07:24:17 +0200 Subject: [PATCH 3/3] ansible-lint and molecule are Part of Ansible, Ara is now a ansible-community Project --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3702db6..c0a6e6d 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,10 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat - [Ansible Tower](https://www.ansible.com/products/tower) - Ansible Tower by Red Hat helps you scale IT automation, manage complex deployments and speed productivity. Extend the power of Ansible to your entire team. - [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/willthames/ansible-lint) - Checks Playbooks for best practices and behavior that could potentially be improved. +- [Ansible Lint](https://github.com/ansible/ansible-lint) - Checks Playbooks 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/openstack/ara) - ARA records Ansible Playbook runs and makes the recorded data available and intuitive for users and systems. -- [Molecule](https://github.com/metacloud/molecule) - Molecule aids in the development and testing of Ansible roles. +- [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. +- [Molecule](https://github.com/ansible/molecule) - Molecule aids in the development and testing of Ansible roles. - [Packer Ansible Provisioner](https://www.packer.io/docs/provisioners/ansible-local.html) - This Provisioner can be used to automate VM Image Creation via Packer with Ansible. - [Excel Ansible Inventory](https://github.com/KeyboardInterrupt/ansible_xlsx_inventory) - Turn any Excel Spreadsheet into an Ansible Inventory - [Rundeck](https://www.rundeck.com/open-source) - Rundeck is an open source automation service with a web console, command line tools and a WebAPI. It lets you easily run automation tasks across a set of nodes.