security

Automating SSL/TLS Certificate Rotation in AKS

Introduction A Custom Resource Definition (CRD) in Kubernetes allows you to extend the Kubernetes API by defining your own custom resources.

Continue reading

Ensuring Quality with Ansible-Lint: A Guide to Best Practices

Ensuring Quality with Ansible-Lint: A Guide to Best Practices In the realm of IT automation, maintaining the quality and consistency of your Ansible playbooks and roles is crucial for effective and reliable automation.

Continue reading

Ansible Troubleshooting SSH Connection Issues

Error Overview When running an Ansible playbook, you may encounter the following error message:

Continue reading

Ansible Vault Guide: Secure Your Automation Workflows

🔒 Unlock the secrets of secure automation with the “Ansible Vault Unveiled”!

Continue reading

Ansible troubleshooting - Error no-log-password

Introduction In the world of IT automation and configuration management, security is paramount.

Continue reading

Ansible-Lint Rule Analysis and Best Practices

Introduction Ansible-Lint is a powerful tool that helps Ansible users identify and correct issues in their playbooks and roles.

Continue reading

Pluralsight The IT Ops Sessions: Ansible Sign, Verify, Event-Driven and Ansible Generative AI

Pluralsight The IT Ops Labs: Maintain, Monitor, and Troubleshoot Kubernetes Title: The IT Ops Labs: Maintain, Monitor, and Troubleshoot Kubernetes

Continue reading

Automate CIS Benchmark Hardening for RHEL 9 with Ansible

Introduction As organizations increasingly prioritize cybersecurity and compliance, the need for robust security measures has become paramount.

Continue reading

Strengthening Security: Automating CIS Benchmark Hardening for RHEL 9 with Ansible

CIS Benchmark In today’s cybersecurity landscape, hardening your systems is crucial to protect against evolving threats.

Continue reading

Project signature verification with GPG and ansible-sign

How to verify an Ansible project signature? A step to step guide to verify the signature using the ansible-sign of a GPG-signed Ansible project.

Continue reading

Project signing with GPG and ansible-sign

How to sign an Ansible project? From a non-signed to a GPG-signed Ansible project.

Continue reading

Pluralsight The IT Ops Sessions: Using Ansible Sign and Verify

Title: The IT Ops Sessions: Using Ansible Sign and Verify

Continue reading

Ansible troubleshooting - Attempting to decrypt but no vault secrets found

Today we’re going to talk about Ansible troubleshooting, specifically about the attempt to decrypt but no vault secrets found error.

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

Deploy Kubernetes Resources with Ansible Playbook

How to Apply Multiple Yaml Files at Once on Kubernetes K8s or OpenShift OCP with Ansible?

Continue reading

Assign Memory to Kubernetes Pods with Ansible

How to Assign Memory Resources to Kubernetes K8s or OpenShift OCP Containers and Pods with Ansible?

Continue reading

Configure a Pod to Use a Volume for Storage on Kubernetes or OpenShift with Ansible

How to Configure a Pod to Use a Volume for Storage on Kubernetes K8s or OpenShift OCP?

Continue reading

Ansible troubleshooting - Kubernetes K8s or OpenShift OCP 401 Unauthorized

Ansible troubleshooting - Kubernetes K8s/OpenShift OCP 401 Unauthorized Today we’re going to talk about Ansible troubleshooting, specifically about the “Kubernetes 401 Unauthorized” message.

Continue reading

Optimize Kubernetes CPU Resources with Ansible Playbooks

How to Assign CPU Resources to Kubernetes (K8s) or OpenShift (OCP) Containers and Pods with Ansible Welcome to another episode of Ansible Pilot!

Continue reading

Create Kubernetes K8s or OpenShift OCP Service - Ansible module k8s

How to create Kubernetes K8s or OpenShift OCP Service with Ansible?

Continue reading

Create Kubernetes K8s or OpenShift OCP Pod - nginx - Ansible module k8s

How to create Kubernetes K8s or OpenShift OCP Pod with Ansible?

Continue reading

Create Kubernetes K8s or OpenShift OCP Secret - Ansible module k8s

How to create Kubernetes K8s or OpenShift OCP secret with Ansible?

Continue reading

Mitigate CVE-2021-4034 on RHEL with Ansible Playbook

What is Polkit Privilege Escalation - (CVE-2021–4034)? “A memory corruption vulnerability in Polkit’s pkexec, witch allows any unprivileged user to gain full root privilege on a vulnerable system using default polkit configuration” cit.

Continue reading