Deploying Roles With Ansible Galaxy
So you have learned about Ansible Roles and the importance of using roles. Ansible Galaxy is a public library where […]
So you have learned about Ansible Roles and the importance of using roles. Ansible Galaxy is a public library where […]
In a production environment, we will have hundreds and thousands of different types machines to handle. Hence the type of […]
Plays are ordered set of tasks to execute against host selections from your inventory. A playbook is a file containing […]
We have already run few ad-hoc command to list down the hosts in earlier sections. See all parts of Automation […]
Inventory File An inventory file is a simple and plain text file where we store those host information ansible has […]
Hope you are clear on the concept and installation of Ansible program. Lets configure our Ansible environment now. See all […]