Some not firther specified changes..

This commit is contained in:
2020-03-30 12:10:58 +02:00
parent 06893297c8
commit 010e8d2f52
42 changed files with 18596 additions and 8 deletions

View File

@ -21,7 +21,8 @@
name: '{{ item.name }}'
state: present
uid: '{{ item.user_id | default(omit) }}'
group: '{{ item.name | default(omit) }}'
group: '{{ item.group | default(omit) }}'
#group: '{{ item.name | default(omit) }}'
home: '{{ item.home | default(omit) }}'
shell: '{{ item.shell|d("/bin/bash") }}'
password: "{{ item.password }}"