
Skip Gathering Facts in Ansible
Ansible Red Hat Ansible There are Ansible playbooks which depend on the most up-to-date information found on each node. That’s where fact gathering is a much needed help.

Ansible Red Hat Ansible There are Ansible playbooks which depend on the most up-to-date information found on each node. That’s where fact gathering is a much needed help.
I needed to access an old disk from the same Linux desktop the other day, and realised it’s a bit problematic if …

Passwordless SSH I was sure this topic had been covered on Unix Tutorial pages before, but apparently it wasn’t – …

Unix Tutorial I’m finally taking the time to adopt a fascinating concept of organising dotfiles properly: track …
Sometimes you need to quickly generate a number of files or directories with different, but not random, numbers and …
Turns out, become_user directive can be used not only for privilege escalation (running Ansible playbooks as root), but …
The RHEL 8 desktop PC I’m working on right now is going to be a testbed for all sorts of virtualization …

SELinux I’m post configuring a new RHEL 8 setup on my old PC and want to share some useful SELinux troubleshooting …
I’m working on the next Unix Tutorial Project these days and need to configure new RHEL 8 based PC with Ansible.
I realised recently that the only RHEL 8 VM I had was the earliest RHEL 8 beta 1 insall, and decided to change this.