This blog post will show you how to check how much disk space you have on a Ubuntu 20.04 server using an Ansible playbook.
Continue reading “Check Free Disk Space on a Single or Multiple Ubuntu Servers Using Ansible”Ansible Playbook – Install PowerShell 7 on Ubuntu Server 20.04
This post will show you how to install PowerShell 7 on Ubuntu server 20.04 using an Ansible Playbook.
Continue reading “Ansible Playbook – Install PowerShell 7 on Ubuntu Server 20.04”Update All Packages on Ubuntu Server With Ansible
This blog post, Will show you to update all software packages on a Ubuntu server using an Ansible playbook without rebooting the server.
Continue reading “Update All Packages on Ubuntu Server With Ansible”Run Ansible Playbooks On Your Localhost Machine
In this post, I will show you how to run Ansible playbooks on your localhost machine only which will help test Ansible with a very basic setup.
Continue reading “Run Ansible Playbooks On Your Localhost Machine”Run Commands on Remote Machines with Ansible
In this blog post, I will show you how to run commands on remote machines with Ansible without using a Playbook.
Continue reading “Run Commands on Remote Machines with Ansible”Connect to Ansible Managed Hosts With an SSL Key
This blog post will show you how to connect to Ansible managed hosts using an SSL key and authenticate without using a password.
Continue reading “Connect to Ansible Managed Hosts With an SSL Key”Install Ansible On Ubuntu Server 20.04
This blog post will show you how to install Ansible on Ubuntu Server 20.04 host. The installed version will be 2.9.6.
Continue reading “Install Ansible On Ubuntu Server 20.04”Create Multiple Linux VMs In Azure With Terraform
This blog post will show you how to create two Linux Ubuntu Server 19.04 virtual machine on Microsoft Azure Terraform.
Continue reading “Create Multiple Linux VMs In Azure With Terraform”Create an SSH Config File and Save Connections
This blog post will show you how to create an SSH config file and save an SSH connection. and a config file can simplify the process of connecting to hosts.
Continue reading “Create an SSH Config File and Save Connections”Set Static IP Address On Ubuntu Server 20.04
This post will show you how to set a static IP address on Ubuntu Server 20.04 using the netplan utility.
Continue reading “Set Static IP Address On Ubuntu Server 20.04”