fix useradd etcd (#5281)
This commit is contained in:
parent
8a406be48a
commit
8a5434419b
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ addusers:
|
||||||
etcd:
|
etcd:
|
||||||
name: etcd
|
name: etcd
|
||||||
comment: "Etcd user"
|
comment: "Etcd user"
|
||||||
createhome: yes
|
createhome: no
|
||||||
home: "{{ etcd_data_dir }}"
|
|
||||||
system: yes
|
system: yes
|
||||||
shell: /bin/nologin
|
shell: /bin/nologin
|
||||||
kube:
|
kube:
|
||||||
|
|
Loading…
Reference in a new issue