All articles about Automation

Efficient Variable Management in Ansible for Complex Multi-Environment Applications

Managing variables in Ansible can become a challenge when you’re dealing with multiple applications, environments, and server types. In this … More Efficient Variable Management in Ansible for Complex Multi-Environment Applications

How to Search and Save Examples with the “ansible-navigator doc [module]” Command

When working with Ansible, and more specifically with Ansible Automation Platform (AAP), accessing the documentation for specific modules directly from … More How to Search and Save Examples with the “ansible-navigator doc [module]” Command

Ensure High-Quality of Ansible Playbooks with yamllint, ansible-lint, and ansible-playbook –syntax-check

To improve the quality and reliability of our Ansible playbooks using three key tools: yamllint, ansible-lint, and ansible-playbook –syntax-check. These tools help us … More Ensure High-Quality of Ansible Playbooks with yamllint, ansible-lint, and ansible-playbook –syntax-check