From 7b922e8168bc7654a09c8e45c791886d462fe811 Mon Sep 17 00:00:00 2001 From: Andreas Sommer Date: Sat, 14 Apr 2018 09:46:46 +0200 Subject: [PATCH] Add best practices article --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4dc0403..bbb54a4 100644 --- a/README.md +++ b/README.md @@ -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.