Browse Source

fix useradd etcd (#5281)

pull/5338/head
YichenWong 5 years ago
committed by Kubernetes Prow Robot
parent
commit
8a5434419b
1 changed files with 1 additions and 2 deletions
  1. 3
      roles/adduser/defaults/main.yml

3
roles/adduser/defaults/main.yml

@ -6,8 +6,7 @@ addusers:
etcd:
name: etcd
comment: "Etcd user"
createhome: yes
home: "{{ etcd_data_dir }}"
createhome: no
system: yes
shell: /bin/nologin
kube:

Loading…
Cancel
Save