This blog post will show how to check which updates are available on managed Ubuntu servers using Ansible.
Continue reading “Check Available Update on Ubuntu Server with Ansible”Check Free Disk Space on a Single or Multiple Ubuntu Servers Using Ansible
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 an Active Directory RBAC With Ansible for Windows
In this blog post, I will show you how I create a role-based access control rule with Ansible for Windows.
Continue reading “Create an Active Directory RBAC With Ansible for Windows”Create a DNS Record With Ansible for Windows
In this blog post I will show you how to create a DNS A record with Ansible on a Windows Server 2019 DNS Server.
Continue reading “Create a DNS Record With Ansible for Windows”