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
373 B

  1. ---
  2. - include_tasks: ../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_password: "{{ item.password }}"
  8. create_role_options: "{{ item.role_options }}"
  9. create_role_mount_path: "{{ mount.name }}"
  10. with_items: "{{ mount.roles }}"