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. […]
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 […]
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.
How to create a host’s Inventory using Ansible
In this guide, we can see how to create a host inventory using “ansible-cmd” command. If we required collecting all host information with the configuration in a single […]
Install Ansible using Python installation manager pip
What is pip? pip can be called as preferred installer program. pip is package management used to install software which written in Python. To know how to install […]