add link to SOLID-Ansible

link is to the repo with presentation, video recording and slides.

Signed-off-by: kksat <22549266+kksat@users.noreply.github.com>
This commit is contained in:
kksat 2025-02-12 10:21:48 +01:00
parent d8bc50fb55
commit ff01c91b9b
No known key found for this signature in database

View File

@ -129,6 +129,7 @@ For more information about communication, see the [Ansible communication guide](
- [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).
- [Getting started with Ansible](https://steampunk.si/blog/getting-started-with-ansible/) - Introduces Ansible, provides installation instructions and gives an interactive walkthrough of Ansible's basic functionalities, like running Ansible playbooks and installing Ansible content.
- [Taking Ansible apart](https://steampunk.si/blog/taking-ansible-apart/) - Describes and shows how most commonly used Ansible components work.
- [Enhancing Ansible Development with SOLID Principles](https://github.com/kksat/SOLID-Ansible) - Discover how the fundamental principles of SOLID—Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion—can significantly elevate your Ansible role and playbook development.
### German