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
302 B
10 lines
302 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_options: "{{ item.role_options }}"
|
|
with_items: "{{ vault_roles }}"
|
|
when: item.name == "etcd"
|