16 lines
282 B
YAML
16 lines
282 B
YAML
|
---
|
||
|
addusers:
|
||
|
- name: etcd
|
||
|
comment: "Etcd user"
|
||
|
createhome: yes
|
||
|
home: "/var/lib/etcd"
|
||
|
system: yes
|
||
|
shell: /bin/nologin
|
||
|
|
||
|
- name: kube
|
||
|
comment: "Kubernetes user"
|
||
|
shell: /sbin/nologin
|
||
|
system: yes
|
||
|
group: "{{ kube_cert_group }}"
|
||
|
createhome: no
|