2017-09-01 19:51:37 +00:00
|
|
|
---
|
2018-01-29 11:37:48 +00:00
|
|
|
- include_tasks: ../shared/create_role.yml
|
2017-09-01 19:51:37 +00:00
|
|
|
vars:
|
|
|
|
create_role_name: "{{ item.name }}"
|
|
|
|
create_role_group: "{{ item.group }}"
|
|
|
|
create_role_policy_rules: "{{ item.policy_rules }}"
|
|
|
|
create_role_password: "{{ item.password }}"
|
|
|
|
create_role_options: "{{ item.role_options }}"
|
|
|
|
create_role_mount_path: "{{ mount.name }}"
|
|
|
|
with_items: "{{ mount.roles }}"
|