ansible / product-demos

GNU General Public License v3.0
194 stars 194 forks source link

Stick to role prefix variable naming #120

Open youtous opened 11 months ago

youtous commented 11 months ago

The current variable naming of the roles does not stick with the recommended role naming of ansible-lint. All variables that need a rename have been identified using the following comment:

# noqa var-naming[no-role-prefix] - TODO : we should rework roles to use variable prefix, until scope is defined, silence is the way

This issue address the renaming of those and the associated tests & documentation.