In several roles within the dellemc-openmanage-ansible-modules project (e.g., idrac_attributes role), variable names lack specificity.
For instance, the variable for the iDRAC password is simply named password. This can lead to ambiguity and conflicts when working with larger inventories that include multiple roles, collections, and hosts.
Proposed Improvement
Prefix Role Variables: Add a role-specific prefix (e.g., "idrac_") to all variables within a role. This immediately clarifies the context and purpose of each variable.
Current Situation
In several roles within the dellemc-openmanage-ansible-modules project (e.g., idrac_attributes role), variable names lack specificity.
For instance, the variable for the iDRAC password is simply named password. This can lead to ambiguity and conflicts when working with larger inventories that include multiple roles, collections, and hosts.
Proposed Improvement