Hi all,
Our project has several roles that make use of the same variables. Looks like the best practice to organize roles is to place each of these variables in the roles//defaults/main.yml or roles//defaults/main.yml. However, it becomes tedious for a user to change the same variable across several files. What is the best way to organize such variables so that user can toggle it at one place? Currently we do it in group_vars/all.yml, but not sure if that is the best place.