Standardize dictionary entries for config in role variables
#4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The dictionary entries (i.e., key-value pairs) for the
configkey in${SKATO_ANSIBLE_ROOT}/roles/*/{vars,defaults}/main/software.ymlneeds to be more standardized in their keys, in the way that they are in dictionary entries for theusersorgroupskey in${SKATO_ANSIBLE_ROOT}/{host_vars,group_vars}/${inventory_host_or_group_name}.yml. Of course, inevitably there will be some unique entries given that configurations for software depend on software purpose or function to begin with, but there should be a reasonable amount of overlap among keys of the entries of at least some of the configuration objects.An example would be that, instead of
config.proftpdandconfig.nextcloudhaving disparate key/field names for their user entries, as seen below:They could have a shared key/field name for this purpose: