mirror of
https://github.com/ansible-community/awesome-ansible.git
synced 2024-12-26 08:19:22 -05:00
Merge pull request #21 from KeyboardInterrupt/cleanup-1
Update ruby rvm to version 2.6, Allow Temporary Redirects and Fix all permanent Redirects. in README.md
This commit is contained in:
commit
a033cdacdd
@ -1,12 +1,12 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.2
|
- 2.6
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- gem install awesome_bot
|
- gem install awesome_bot
|
||||||
- gem install mdl
|
- gem install mdl
|
||||||
|
|
||||||
script:
|
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
|
- mdl --rules ~MD013,~MD033 README.md # Ignore line length (MD013) and inline HTML (MD033) Rules
|
10
README.md
10
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://api.travis-ci.org/KeyboardInterrupt/awesome-ansible.svg?branch=master)](https://travis-ci.com/awesome-devops/awesome-ansible)
|
||||||
|
|
||||||
[<img src="ansible_logo.svg" align="right" width="90">](https://www.ansible.com/)
|
[<img src="ansible_logo.svg" align="right" width="90">](https://www.ansible.com/)
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat
|
|||||||
|
|
||||||
> Tutorials and Courses to learn Ansible.
|
> 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
|
- [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.
|
- [Programming Community Curated Resources for learning Ansible](https://hackr.io/tutorials/learn-ansible) - A list of recommended resources.
|
||||||
|
|
||||||
@ -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
|
- [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
|
- [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
|
## Tools
|
||||||
|
|
||||||
@ -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.
|
- [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.
|
- [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.
|
- [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.
|
- [Molecule]( https://github.com/ansible-community/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.
|
- [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
|
- [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.
|
- [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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user