mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 23:07:47 -02:30
Store vault users passwords to credentials dir. Create vault and etcd roles after start vault cluster (#1632)
This commit is contained in:
committed by
Matthew Mosesohn
parent
fb30f65951
commit
e16b57aa05
@@ -42,4 +42,10 @@
|
||||
when: inventory_hostname == groups.vault|first
|
||||
|
||||
- include: create_roles.yml
|
||||
with_items:
|
||||
- "{{ vault_pki_mounts.vault }}"
|
||||
- "{{ vault_pki_mounts.etcd }}"
|
||||
- "{{ vault_pki_mounts.kube }}"
|
||||
loop_control:
|
||||
loop_var: mount
|
||||
when: inventory_hostname in groups.vault
|
||||
|
||||
Reference in New Issue
Block a user