mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Make etcd data dir configurable.
Closes: #1073 Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
This commit is contained in:
@@ -3,7 +3,7 @@ addusers:
|
||||
- name: etcd
|
||||
comment: "Etcd user"
|
||||
createhome: yes
|
||||
home: "/var/lib/etcd"
|
||||
home: "{{ etcd_data_dir }}"
|
||||
system: yes
|
||||
shell: /bin/nologin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user