Introduction A step-by-step installation and configuration of Ansible on Rocky Linux. Numerous guides are available over the internet, however, installing on a Basic server will confuse some newbies. […]
Configure a PXE Boot Server with Kickstart on CentOS 8 – Easy guide
This guide will help to up and run with a PXE Boot Server or Network Boot installation in a short time span. Instead of performing step by step install, we will use a kickstart file to automate the process.
Deploy VMware Virtual machines with Ansible for lazy admins
Deploy a VMware virtual machine with Ansible using vmware_guest in a short span of time. This reduces manual intervention and creates virtual machines from an existing template.
Install Ansible AWX on Kubernetes in 5 minutes
Ansible AWX or Ansible Tower will come with a Web user interface for Ansible tasks. Let make the installation process easier by following below guide.
Install Kubernetes Cluster with Ansible on Ubuntu in 5 minutes
Install Kubernetes cluster with Ansible will easy the process of installation by saving our time. If you are looking to complete a mass installation setup in less than 5 minutes, Have a look into this.
Ansible tasks for Sysadmins with 25 examples
Ansible tasks are a set of actions, the number of tasks can be combined to form a playbook required for sysadmins in their daily routine operations.
Splunk forwarder installation using Ansible – easy install in 1 min
Automating Splunk forwarder installation using Ansible. To manage hundreds or thousands of remote servers we can use ansible.
Create a Logical volume using Ansible
In our last guide, we have seen how to manage user accounts using ansible. By following in this guide let us see how to create a new logical […]
RunDeck IT automation tool step by step installation guide
RunDeck is an Open source server application to automate our daily IT tasks by replacing tools like Ansible, puppet, chef.
Ansible Playbook to create Users and Groups in Linux
Step by step creating with a user adding ansible playbook, Automating user account creation in Linux using Ansible playbooks made easy with Ansible.