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
All articles in Automatizacion
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
Run Ansible tasks from Jupiter Notebooks
Usually when we are developing some Python code it’s convenient to use the Jupyter Notebook tool to test some block … More Run Ansible tasks from Jupiter Notebooks
How to install Foreman & Katello (Satellite free version) on CentOS 7
Introduction With Katello & Foreman, you can install and configure the open source version of Red Hat Satellite, to manage … More How to install Foreman & Katello (Satellite free version) on CentOS 7
Ansible AWX: How to configure SSL/HTTPs
Initial situation, HTTP : We have an standalone instance of Ansible AWX(Docker version) already installed in a CentOS linux machine. … More Ansible AWX: How to configure SSL/HTTPs
Ansible AWX: How to change default logos on the Web
Upload logos First step, upload the custom logos to Ansible AWX machine. There are two different logos, the login logo … More Ansible AWX: How to change default logos on the Web
Best way to distribute users’s Public ssh Key to many hosts (no prompt password)
Lab information For this lab, we will distribute the ssh public key of our main server, Ansible Master to two … More Best way to distribute users’s Public ssh Key to many hosts (no prompt password)
Ansible: Privilege escalation more secure using Ansible-Vault
– INTRODUCTION Sometimes it’s necessary to execute the tasks of the Playbook with root user in the remote servers. To … More Ansible: Privilege escalation more secure using Ansible-Vault