You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
288 B

  1. ---
  2. addusers:
  3. - name: etcd
  4. comment: "Etcd user"
  5. createhome: yes
  6. home: "{{ etcd_data_dir }}"
  7. system: yes
  8. shell: /bin/nologin
  9. - name: kube
  10. comment: "Kubernetes user"
  11. shell: /sbin/nologin
  12. system: yes
  13. group: "{{ kube_cert_group }}"
  14. createhome: no