terminology

Mastering Regex in Ansible: Search, Extract, and Replace

Regular Expression A regular expression (regex) is a character pattern describing a set of strings.

Continue reading

Decrypt an Ansible Vault - ansible vault

How to decrypt an Ansible Vault? From an encrypted file to plaintext using the correct password.

Continue reading

Use Ansible Vault in Ansbile Playbook - ansible vault

How to use an Ansible Vault in an Ansible Playbook? How to use an Ansible Vault to Protect Sensitive Data such as passwords, access keys, etc.

Continue reading

Ansible terminology - What is an Ansible Vault?

Ansible terminology - What is an Ansible Vault? How to store variables and files in an encrypted way using the ansible-vault command line utility.

Continue reading

Ansible terminology - What is an Ansible Playbook?

What is an Ansible Playbook? I will show you a live Playbook with some simple Ansible code.

Continue reading

Difference Between ansible_hostname and inventory_hostname Explained

What is the difference between ansible_hostname vs inventory_hostname? These two ansible internal variables sometimes confuse one for another but they’re fundamentally different.

Continue reading

Understanding Ansible-Core vs. Ansible Community Packages: A Comprehensive Guide

What is ansible-core? What is the ansible community package? What happened to the Ansible project after version 2.

Continue reading