July 2024

linux

Cron – Configure Recurring jobs

The cron application enabled users to run recurring jobs utomatically. It can include taking a backup at 03:00 AM every day, capturing users who have logged in at 5:00 PM, etc. The daemon thatĀ  runs…


Redhat Ansible

Ansible: The copy module

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 content. In the below example we use three groups in…