From 07731f77c18568d943a302e7778d21b0a75362bc Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Fri, 2 Aug 2019 11:06:19 +0200 Subject: [PATCH 1/2] Add "Mitogen for Ansible" to Tools Section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 682aa59..b5911ce 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat - [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. +- [Mitogen for Ansible](https://networkgenomics.com/ansible/) - Speed up Ansible substantially with Mitogen. - [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 From e5cfdbbf75c53dbf8443735fb1d4dcebbb5c0319 Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Fri, 2 Aug 2019 11:12:07 +0200 Subject: [PATCH 2/2] ARA Repository migrated from "openstack" to "ansible-community" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5911ce..286ee68 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat - [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 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. +- [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. - [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.