New in version 2018.3.0.
shade
see salt.modules.keystoneng for setup instructions
Example States
create role:
keystone_role.present:
- name: role1
delete role:
keystone_role.absent:
- name: role1
create role with optional params:
keystone_role.present:
- name: role1
- description: 'my group' Ensure role does not exist
Name of the role
Ensure an role exists
Name of the role
An arbitrary description of the role
© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/states/all/salt.states.keystone_role.html