Merge branch 'master' into addition/TopTechSkills

This commit is contained in:
Christian S 2019-02-04 20:53:34 +01:00 committed by GitHub
commit 5d2e708ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 51 additions and 16 deletions

12
.travis.yml Normal file
View File

@ -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

View File

@ -5,11 +5,13 @@ Your contributions are always welcome!
## Guidelines
- Add one link per Pull Request.
- Add the link: `- [project-name](http://example.com/) - A short and concise description that ends with a period.`
- Add the link: `- [project-name](http://example.com/) - A short description that ends with a period.`
- Keep descriptions concise.
- End descriptions with a period `.`.
- Add a section if needed.
- Add the section description.
- Add the section title to Table of Contents.
- Search previous suggestions before making a new one, to avoid duplicate suggestions.
- Add the section description.
- Add the section title to Table of Contents.
- Search previous suggestions/issues before making a new one, to avoid duplicate suggestions.
- Check your spelling and grammar.
- Remove any trailing whitespace.
- Please send a reason why the suggested Resource is awesome, alongside your Pull Request
- Send a Pull Request with the reason whe the suggested Resource is awesome.

24
LICENSE Normal file
View File

@ -0,0 +1,24 @@
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org>

View File

@ -1,4 +1,4 @@
# Awesome Ansible
# Awesome Ansible [![Build Status](https://api.travis-ci.com/awesome-devops/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/)
@ -52,13 +52,13 @@ 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.
- [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.
- [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
@ -75,9 +75,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
@ -85,14 +83,13 @@ 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
- [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