The link below points to a Prezi presentation I drafted to champion Ansible automation at my organization. It assumes very… Read more Presentation: Introduction to Ansible Automation
Author: Dan Davis
Ansible: A quick and dirty intro.
Ansible is a powerful automation tool for Linux. It operates on the philosophy of anything you can do via SSH… Read more Ansible: A quick and dirty intro.
Ansible Vault
Ansible provides an automated means of performing nearly any administrative function against a list of any number of RHEL or… Read more Ansible Vault
vmip : Get the IP address of a KVM virtual machine
I’ve added a short bash script that will return the IP address of a running KVM virtual machine. I needed… Read more vmip : Get the IP address of a KVM virtual machine
iSCSI Initiators and Targets
It is possible to configure a RHEL or CentOS server as an iSCSI initiator (a.k.a. client), or as an iSCSI… Read more iSCSI Initiators and Targets
Simple Encrypted Backup to Gdrive
When I had my computer stolen out of my home it wasn’t the machine I missed. My boxes usually have… Read more Simple Encrypted Backup to Gdrive
Configure a Squid Proxy to Use With YUM.
Keeping all of your server’s installed packages up to date is paramount to system security even if the server is… Read more Configure a Squid Proxy to Use With YUM.
Aggregate Network Interfaces With Teamd
In RHEL7 it is possible to bind two or more network interfaces together to enhance fault-tolerance or to increase throughput.… Read more Aggregate Network Interfaces With Teamd
Kickstart on a Floppy
The age of the floppy disk might have come and gone but the format still has its uses… 3.5″ 1.44MB… Read more Kickstart on a Floppy
fwreload
I was playing with dialog, the nCurses-like packages that allows one to create Text User Interfaces (TUI) for bash scripts.… Read more fwreload