How to use roles to organize playbooks by ansible galaxy
As you create more playbooks, you may find that you can utilize code from playbooks you have earlier created. For example , a playbook designed to set up a Nginx…
Tech Transit : Linux, Ansible, Web Hosting | Tutorials & Freelance IT Support
Expert Linux, DevOps, Ansible, Cloud & Web Hosting Tutorials & Freelance IT Support Services
As you create more playbooks, you may find that you can utilize code from playbooks you have earlier created. For example , a playbook designed to set up a Nginx…
Here I am going to demonstrate automating MySQL server installation using Ansible playbooks and roles. It guides through setting up the Ansible environment, utilizing the ‘geerlingguy. mysql’ role, and configuring…
This post demonstrates how to automate the installation of Java on various Linux distributions using Ansible playbooks. It covers prerequisites, utilizing Ansible Galaxy roles, and writing playbooks to install OpenJDK…
Do you want to disable or enable ( enforcing ) SELinux mode on host machines through the ansible-playbook? Here I am writing a playbook to change the mode of the…
This post will show you how we can view disk space through an ansible-playbook. Here I am using Linux-based identical machines and the Operating system is CentOS. Ansible playbooks are…