Add blog post link for loops

This commit is contained in:
Chris 2022-05-23 12:50:59 +02:00 committed by GitHub
parent b5b07bdcd0
commit 69b6b24bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,7 @@
- [Ansible (Real Life) Good Practices](https://reinteractive.com/posts/167-ansible-real-life-good-practices) - Best practice guidelines.
- [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).
- [Untangling Ansible Loops](https://chromatichq.com/insights/untangling-ansible-loops/) - Awesome overview how all loops work together based on 'developer' samples
### German