Ansible : Templates – Jinja2

March 3, 2024 admin 0

Ansible templates allows users to dynamically generate text-based files using templates, variables, and facts for configuration and other purposes. The difference between Ansible Facts and […]

Ansible Vault

February 24, 2024 admin 0

Ansible vault is a tool that helps to encrypt, decrypt and manage sensitive data such as passwords, playbooks, files, etc. If a playbook is encrypted, […]

Install Ansible Navigator in CentOS 9

February 23, 2024 admin 0

The ansible-navigator is a command-line tool which is used for creating, reviewing, running and troubleshooting Ansible content, including playbooks, collections, inventories, documentation and container images. […]