Debian

Enable or Disable Permissive Domain in SELinux policy on Linux - Ansible module selinux_permissive

SELinux Permissive Domain What is SELinux? Security-Enhanced Linux (SELinux) is a Linux kernel security module that provides a mechanism for supporting access control security policies, including mandatory access controls (MAC).

Continue reading

Enable or Disable SELinux Boolean on Linux - Ansible module seboolean

How to Enable or Disable SELinux Boolean on Linux with Ansible?

Continue reading

Set the SELinux Policy States and Modes on Linux - Ansible module selinux

How to Set the SELinux Policy States and Modes on Linux with Ansible?

Continue reading

Change the User Primary Group on Linux with Ansible

How to Change the User Primary Group on Linux with Ansible?

Continue reading

Add Secondary Groups to Linux Users with Ansible Playbook

How to add a user to a second group on Linux with Ansible?

Continue reading

Create Hard Links in Linux with Ansible Playbooks

How to create a hard link in Linux with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

How to install Ansible in Debian 11 - Ansible install

How to install Ansible in Debian version 11? Today we’re going to talk about the easier way to install and maintain Ansible inside Debian using the default “main” repository.

Continue reading

Create a directory in Linux - Ansible module file

How to create a directory with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Ansible File Module Demo: Create Symlinks Easily

How to create a symbolic link with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

User password expiration - Ansible module user

How to set user password expiration time on Linux with Ansible?

Continue reading

Install Microsoft Edge on Debian with Ansible

How to Install Microsoft Edge in Debian-like systems with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Delete a group - Ansible module group

How to delete a group in Linux with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Ansible Group Module Demo: Create User Groups Easily

How to create a group in Linux with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Install Google Chrome in Debian like systems - Ansible module apt_key, apt_repository and apt

How to Install Google Chrome in Debian-like systems with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Changing User Passwords on Linux Systems with Ansible

Introduction In today’s episode of Ansible Pilot, I’m Luca Berton, and we’ll be delving into the process of changing a user password on a Linux system using Ansible.

Continue reading

Rename file or directory - Ansible module copy and file

How to rename a file or directory using an Ansible task on a remote system?

Continue reading

Create Text Files with Ansible: Simple Playbook Guide

I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Create an empty file - Ansible module file

Create an empty file - Ansible module file How to create an empty ~/example.

Continue reading

Delete file or directory - Ansible module file

How to Delete files or directory with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Open firewall ports in Debian like systems — Ansible module ufw

How to open firewall ports in Debian-like systems with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Create user account - Ansible module user

How to create a user account with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Restart services on remote hosts - Ansible module service

How to restart services on remote hosts with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Edit single-line text -Ansible module lineinfile

Today we’re going to talk about how to edit a single-line text in a file with Ansible.

Continue reading

Install a package in Debian-like systems - Ansible module apt

How to Install a package with Ansible in Debian-like systems? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Edit multi-line text - Ansible module blockinfile

Today we’re going to talk about how to edit a multi-line text in a file with Ansible and so much more.

Continue reading