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

  1. ---
  2. - include: ../shared/create_role.yml
  3. vars:
  4. create_role_name: "{{ item.name }}"
  5. create_role_group: "{{ item.group }}"
  6. create_role_policy_rules: "{{ item.policy_rules }}"
  7. create_role_options: "{{ item.role_options }}"
  8. with_items: "{{ vault_roles }}"
  9. when: item.name == "etcd"