Add best practices article

This commit is contained in:
Andreas Sommer 2018-04-14 09:46:46 +02:00 committed by Andreas Sommer
parent 4c192564a7
commit 7b922e8168

View File

@ -65,6 +65,8 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat
- [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.
- [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).
## Cheat sheets
> Structured Documents for fast and easy reference.