mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-23 23:41:26 -03:30
11 lines
359 B
YAML
11 lines
359 B
YAML
---
|
|
|
|
- include: ../shared/auth_backend.yml
|
|
vars:
|
|
auth_backend_description: A Username/Password Auth Backend primarily used for services needing to issue certificates
|
|
auth_backend_path: userpass
|
|
auth_backend_type: userpass
|
|
when: inventory_hostname == groups.vault|first
|
|
- include: create_etcd_role.yml
|
|
when: inventory_hostname in groups.etcd
|