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.
19 lines
516 B
19 lines
516 B
---
|
|
|
|
- include: ../shared/cert_auth_mount.yml
|
|
when: inventory_hostname == groups.vault|first
|
|
|
|
- include: ../shared/auth_backend.yml
|
|
vars:
|
|
auth_backend_description: A Cert-based Auth primarily for services needing to issue certificates
|
|
auth_backend_name: cert
|
|
auth_backend_type: cert
|
|
when: inventory_hostname == groups.vault|first
|
|
|
|
- include: ../shared/config_ca.yml
|
|
vars:
|
|
ca_name: auth-ca
|
|
mount_name: auth-pki
|
|
when: inventory_hostname == groups.vault|first
|
|
|
|
- include: create_roles.yml
|