k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
367 B
10 lines
367 B
---
|
|
- include: ../shared/create_role.yml
|
|
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 }}"
|