mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
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
@@ -31,7 +31,7 @@
|
||||
src: known_users.csv.j2
|
||||
dest: "{{ kube_users_dir }}/known_users.csv"
|
||||
backup: yes
|
||||
when: inventory_hostname in "{{ groups['kube-master'] }}" and kube_basic_auth|default(true)
|
||||
when: inventory_hostname in groups['kube-master'] and kube_basic_auth|default(true)
|
||||
notify: set secret_changed
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user