From ee342461b6e10a4f134de14f7584e65590d72593 Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Tue, 3 Mar 2020 21:25:27 +0100 Subject: [PATCH 1/6] update rub rvm to version 2.6 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e396886..0f53060 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: ruby rvm: - - 2.2 + - 2.6 before_script: - gem install awesome_bot @@ -9,4 +9,4 @@ before_script: script: - awesome_bot README.md --allow-dupe # Allow duplicate links -- mdl --rules ~MD013,~MD033 README.md # Ignore line length (MD013) and inline HTML (MD033) Rules \ No newline at end of file +- mdl --rules ~MD013,~MD033 README.md # Ignore line length (MD013) and inline HTML (MD033) Rules From 2752875df4ccb093a10001e506310361596427be Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Tue, 3 Mar 2020 21:28:47 +0100 Subject: [PATCH 2/6] Fix 301 Redirects --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3657f0a..261b83e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat > Tutorials and Courses to learn Ansible. -- [Ansible Tutorials on DigitalOcean](https://www.digitalocean.com/community/tags/ansible?type=tutorials) - Some basic tutorials on DigitalOcean.com +- [Ansible Tutorials on DigitalOcean](https://www.digitalocean.com/community/tags/ansible?subtype=tutorial) - Some basic tutorials on DigitalOcean.com - [Ansible Tutorial by leucos](https://github.com/leucos/ansible-tuto) - 12 Step Tutorial for Ansible - [Programming Community Curated Resources for learning Ansible](https://hackr.io/tutorials/learn-ansible) - A list of recommended resources. @@ -59,8 +59,8 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat - [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. -- [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. +- [Molecule]( https://github.com/ansible-community/molecule) - Molecule aids in the development and testing of Ansible roles. +- [Packer Ansible Provisioner](https://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. From aefb1d5c3d30b76aed703e6533c2c4c34253349b Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Tue, 3 Mar 2020 21:32:19 +0100 Subject: [PATCH 3/6] Fix Link to Ansible TopTechSkills.com Tutorial Series Playlist. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 261b83e..b120292 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat - [Ansible YouTube Channel](https://www.youtube.com/channel/UCeImQ-jeVhzgLJd9wsqo8Sg/videos) - Official Ansible YouTube channel - [Introduction to Ansible](https://www.youtube.com/watch?v=iVWmbStE1MM) - Introduction to Ansible -- [Ansible TopTechSkills.com Tutorial Series on Youtube](https://www.youtube.com/watch?v=yiooWsMERaY&index=1&list=PLMyOob-UkeytIleCbMlFfCzaunOh27hm6) Video Tutorials on Ansible +- [Ansible TopTechSkills.com Tutorial Series on Youtube](https://www.youtube.com/watch?v=yiooWsMERaY&list=PLMyOob-UkeytIleCbMlFfCzaunOh27hm6) Video Tutorials on Ansible ## Tools From cf56f30de55b1252a37f6d5c60a540b9bf546033 Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Tue, 3 Mar 2020 21:33:25 +0100 Subject: [PATCH 4/6] Update Travis-CI Status Image Path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b120292..a2648d1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome Ansible [![Build Status](https://api.travis-ci.com/awesome-devops/awesome-ansible.svg?branch=master)](https://travis-ci.com/awesome-devops/awesome-ansible) +# Awesome Ansible [![Build Status](https://travis-ci.org/KeyboardInterrupt/awesome-ansible.svg?branch=master)](https://travis-ci.com/awesome-devops/awesome-ansible) [](https://www.ansible.com/) From 82e9175a61b4246d5ff3e130eda19e202886719e Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Tue, 3 Mar 2020 21:35:48 +0100 Subject: [PATCH 5/6] Fix Status Image Link, following redirect. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2648d1..a32a83f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome Ansible [![Build Status](https://travis-ci.org/KeyboardInterrupt/awesome-ansible.svg?branch=master)](https://travis-ci.com/awesome-devops/awesome-ansible) +# Awesome Ansible [![Build Status](https://api.travis-ci.org/KeyboardInterrupt/awesome-ansible.svg?branch=master)](https://travis-ci.com/awesome-devops/awesome-ansible) [](https://www.ansible.com/) From bf98463989e4fa0e605b12b43d48465e1e4c651e Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Tue, 3 Mar 2020 21:40:17 +0100 Subject: [PATCH 6/6] Allow Temporary Redirets (302) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f53060..206c1b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ before_script: - gem install mdl script: -- awesome_bot README.md --allow-dupe # Allow duplicate links +- awesome_bot README.md --allow-dupe --allow 302 # Allow duplicate links and "Moved Temporarily" Redirects - mdl --rules ~MD013,~MD033 README.md # Ignore line length (MD013) and inline HTML (MD033) Rules