Question
You have heard of Group Variables in Ansible. What are they?
Answer
They are like global variables assigned in a modular way (like Ansible roles). They are ideal when you have Ansible playbooks that run against many different servers. Rather than have a regular variable in a playbook, group variables are taken from a group_vars/ directory. To read more about them,
…
Continue reading “What is a group_var or Group Variable in Ansible?”