From 1a96728b506fbe2796fc20d4e45a6889b5054667 Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Mon, 8 Oct 2018 22:01:52 +0200 Subject: [PATCH] add travis-ci and make README.md pass it. --- .travis.yml | 12 ++++++++++++ README.md | 18 ++++++++---------- 2 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e396886 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: ruby + +rvm: + - 2.2 + +before_script: + - gem install awesome_bot + - gem install mdl + +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 diff --git a/README.md b/README.md index 4ad6c6d..1ea8089 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome Ansible +# Awesome Ansible [![Build Status](https://travis-ci.com/awesome-devops/awesome-ansible.svg?branch=master)](https://travis-ci.com/awesome-devops/awesome-ansible) [](https://www.ansible.com/) @@ -50,7 +50,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat > Tools for and using Ansible. -- [Ansible Tower](https://www.ansible.com/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. +- [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. @@ -65,7 +65,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat > Best Practices and other Opinions on Ansible. - [Ansible (Real Life) Good Practices](https://reinteractive.com/posts/167-ansible-real-life-good-practices) - Best practice guidelines. -- [Ansible Best Practices by enginyoyen](https://github.com/enginyoyen/ansible-best-practises) - Some Best Practices for Ansible. +- [Ansible Best Practices by enginyoyen](https://github.com/enginyoyen/ansible-best-practises) - Some Best Practices for Ansible. - [Testing Ansible Roles Against Windows with Test-Kitchen](https://hodgkins.io/testing-ansible-roles-windows-test-kitchen) - Using Test-Kitchen with Ansible to apply playbooks to Windows machines and test them with [Pester](https://github.com/pester/Pester/). - [Ansible Best Practices by AndiDog](https://andidog.de/blog/2017-04-24-ansible-best-practices) - Practices covering many aspects of an Ansible setup, including hints to support different environments (testing, staging, production). @@ -73,9 +73,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat > Structured Documents for fast and easy reference. -- [Wall Skills - Ansible Cheat Sheet ](http://wall-skills.com/2014/ansible-cheat-sheet/) - - +- [Wall Skills - Ansible Cheat Sheet](http://wall-skills.com/2014/ansible-cheat-sheet/) ## Playbooks and Roles @@ -83,15 +81,15 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat - [Ansible Vagrant Examples by geerlingguy](https://github.com/geerlingguy/ansible-vagrant-examples) - Ansible examples using Vagrant to deploy to local VMs. - [System Hardening Framework/Roles](https://galaxy.ansible.com/dev-sec/) - These Roles help you harden your Linux Based OS as well as MySQl, NginX and SSH Server/Services. -- [Openstack Ansible](https://github.com/openstack/openstack-ansible) - Ansible Playbooks for deploying [OpenStack](https://openstack.org). -- [DebOps](https://debops.org/) - A extensive collection of Debian based Ansible Playbooks. +- [Openstack Ansible](https://github.com/openstack/openstack-ansible) - Ansible Playbooks for deploying [OpenStack](https://www.openstack.org/). +- [DebOps](https://docs.debops.org/en/master/) - A extensive collection of Debian based Ansible Playbooks. ## Uncategorized > Ansible related Stuff that does not fit one of the other Categories. -- [Ansible at Wikipedia ](https://en.wikipedia.org/wiki/Ansible) - Ansible at Wikipedia.org -- [terraform.py](https://github.com/mantl/terraform.py) - Ansible dynamic inventory script for parsing Terraform state files +- [Ansible at Wikipedia](https://en.wikipedia.org/wiki/Ansible) - Ansible at Wikipedia.org +- [terraform.py](https://github.com/mantl/terraform.py) - Ansible dynamic inventory script for parsing Terraform state files ## License / Disclaimer