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.

19 lines
516 B

  1. ---
  2. - include: ../shared/cert_auth_mount.yml
  3. when: inventory_hostname == groups.vault|first
  4. - include: ../shared/auth_backend.yml
  5. vars:
  6. auth_backend_description: A Cert-based Auth primarily for services needing to issue certificates
  7. auth_backend_name: cert
  8. auth_backend_type: cert
  9. when: inventory_hostname == groups.vault|first
  10. - include: ../shared/config_ca.yml
  11. vars:
  12. ca_name: auth-ca
  13. mount_name: auth-pki
  14. when: inventory_hostname == groups.vault|first
  15. - include: create_roles.yml