One of the key features in Ansible is the ability to output messages to help debug and understand your playbooks. … More Understanding the debug Module in Ansible: | vs. >
All articles in Automatizacion
Understanding and Using Ansible Custom Facts
One of the lesser-known but extremely useful features of Ansible is the ability to use custom facts. In this post, … More Understanding and Using Ansible Custom Facts
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
Ansible Fetch Module: Simplifying Remote File Retrieval
What is the Fetch Module? The Fetch module in Ansible is designed to retrieve files from remote systems and store … More Ansible Fetch Module: Simplifying Remote File Retrieval
How to Force Handler Execution in Ansible
One of the key features of Ansible is the use of handlers, which are tasks that are executed only when … More How to Force Handler Execution in Ansible
Terraform LifeCycle Rules
Managing Resource Lifecycle in Terraform When managing infrastructure with Terraform, controlling the lifecycle of resources is crucial, especially in production … More Terraform LifeCycle Rules
Terraform Variable Definition Precedence
In Terraform, the order of precedence for variable assignment determines which value is used when multiple sources are available. Here’s … More Terraform Variable Definition Precedence
Variables in Terraform
In Terraform, variables are a crucial part that allows you to parameterize your infrastructure configuration, making your code more reusable … More Variables in Terraform
My Ansible Lab using Docker containers
This is my personal project to use Docker containers for Ansible playbooks testings. It’s faster to run your tests on … More My Ansible Lab using Docker containers
Ansible: distribute ssh authorized key to all inventory
Requirements Inventory file “inv_target_nodes_with_pass”: Inventory file with all the hosts and the password on it (we only will use this … More Ansible: distribute ssh authorized key to all inventory