Ansible: The copy module

July 6, 2024 admin 0

The module ansible.builtin.copy enables users to copy files from the controller node to managed nodes. It also helps to add/modify a destination file with a specific […]

No Image

DNF : Dandified YUM

June 24, 2024 admin 0

Dandified YUM or simply DNF is an advanced version of the Yellowdog Updater, Modified OR simply YUM, a package manager for rpm-based Linux distributions. The […]

Ansible: Configuration file

June 21, 2024 admin 0

When executing a playbook, ansible uses certain values mentioned in the “ansible.cfg” file. This includes the location of “inventory” file, etc. The “ansible.cfg” file can […]