Create an ansible format inventory
Here we will see how to create an ansible format inventory using a bash script. As we know it’s very important to make sure that your inventory file should be up-to-date and should be in a specific format so it’s easier to run multiple playbooks using the same Inventory file. Let’s say you have a … Read more