Ayadi Tahar | Linux

Windows management with Ansible

Publish Date: 2024-02-01      By: Ayadi Tahar

Windows management with Ansible

Ansible is known for its ability to automate many IT processes, which are usually performed manually, including provisioning, system configuration, and software deployment in a flexible, secure way.

while this is mostly true and widely implemented in Linux-based environments, it becomes

Read more

Track down space in Linux

Publish Date: 2023-06-10      By: Ayadi Tahar

Track down space in Linux

It happens that sometimes you run out of space in your data drive disks, at that time you might have serious problems especially in production environment, and usually you will not notice that until you start losing some data and applications stop running.

In this article we w

Read more

Create a storage class for NFS dynamic storage provisioning in OpenShift

Publish Date: 2024-03-23      By: Ayadi Tahar

Create a storage class for NFS dynamic storage provisioning in OpenShift

While the NFS-specific information contained in a PV definition could also be defined directly in a pod definition, doing so does not create the volume as a distinct cluster resource, making the volume more susceptible to conflicts.

We will see in our demo today the steps that can be

Read more

Run Ansible playbooks Using Red Hat Satellite

Publish Date: 2024-04-24      By: Ayadi Tahar

Run Ansible playbooks Using Red Hat Satellite

Red Hat Satellite is system management software that makes Red Hat infrastructure easier to deploy, scale, and manage across any environment.

In our article today we will see how to run an ansible playbook in Red Hat Satellite in order to perform remote execution jobs and automat

Read more