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

  1. ---
  2. - name: shared/auth_backend | Enable auth backend {{ auth_backend_path }}
  3. hashivault_auth_enable:
  4. url: "{{ vault_leader_url }}"
  5. token: "{{ vault_root_token }}"
  6. ca_cert: "{{ vault_cert_dir }}/ca.pem"
  7. name: "{{ auth_backend_type }}"
  8. mount_point: "{{ auth_backend_path }}"
  9. description: "{{ auth_backend_description|d('') }}"
  10. register: result