add travis-ci and make README.md pass it.

This commit is contained in:
KeyboardInterrupt 2018-10-08 22:01:52 +02:00
parent 75c1aa9a46
commit 1a96728b50
2 changed files with 20 additions and 10 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

@ -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)
[<img src="ansible_logo.svg" align="right" width="90">](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.
@ -75,16 +75,14 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat
- [Wall Skills - Ansible Cheat Sheet](http://wall-skills.com/2014/ansible-cheat-sheet/)
## Playbooks and Roles
> Awesome Production ready Playbooks and Roles to get you up and running.
- [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