Add Inventory Admin role

This commit is contained in:
Wayne Witzel III
2018-01-26 15:27:19 +00:00
parent e7e83afd00
commit 6c951aa883
3 changed files with 5 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ role_names = {
'adhoc_role' : _('Ad Hoc'),
'admin_role' : _('Admin'),
'project_admin_role' : _('Project Admin'),
'inventory_admin_role' : _('Inventory Admin'),
'auditor_role' : _('Auditor'),
'execute_role' : _('Execute'),
'member_role' : _('Member'),
@@ -52,6 +53,7 @@ role_descriptions = {
'adhoc_role' : _('May run ad hoc commands on an inventory'),
'admin_role' : _('Can manage all aspects of the %s'),
'project_admin_role' : _('Can manage all projects of the %s'),
'inventory_admin_role' : _('Can manage all inventories of the %s'),
'auditor_role' : _('Can view all settings for the %s'),
'execute_role' : _('May run the %s'),
'member_role' : _('User is a member of the %s'),