Module - import_user_project_role_assignment
This module provides for the following ansible plugin:
import_user_project_role_assignment
Module Documentation
Export OpenStack Identity Role Assignment definition into an OS-Migrate YAML
Options
- auth:
Required if 'cloud' param not used.
- auth_type:
Auth type plugin for OpenStack. Can be omitted if using password authentication.
- region_name:
OpenStack region name. Can be omitted if using default region.
- data:
Data structure with role assignment parameters as loaded from OS-Migrate YAML file.
- filters:
Options for filtering existing resources to be looked up, e.g. by role assignment.
- cloud:
Cloud resource from clouds.yml.
Required if 'auth' param not used.
Authors
- :
OpenStack tenant migration tools (@os-migrate)
Example Tasks
- name: Import role assignment from data
os_migrate.os_migrate.import_user_project_role_assignment:
cloud: destination_cloud
data: '{{ role_assignment_data }}'