|
|
|
@ -24,6 +24,7 @@
|
|
|
|
|
shell: "{{ item.shell | default('/bin/false') }}"
|
|
|
|
|
groups: "{{ item.secondary_groups | default('') }}"
|
|
|
|
|
comment: "{{ item.comment | default('') }}"
|
|
|
|
|
uid: "{{ item.uid | default('') }}"
|
|
|
|
|
home: "{{ item.home }}"
|
|
|
|
|
generate_ssh_key: yes
|
|
|
|
|
ssh_key_type: ed25519
|
|
|
|
|