update..
This commit is contained in:
parent
11891bedf6
commit
3fffc4cf7d
@ -431,6 +431,12 @@ samba_user:
|
||||
- buero
|
||||
password: '20_valentina_18!'
|
||||
|
||||
- name: whitney
|
||||
groups:
|
||||
- buero
|
||||
- beratung
|
||||
password: '23_wh1tney#!'
|
||||
|
||||
base_home: /home
|
||||
|
||||
# remove_samba_users:
|
||||
|
@ -19,7 +19,7 @@
|
||||
path: "{{ item.path }}"
|
||||
owner: "root"
|
||||
group: "{{ item.group_write_list | default('root', true) }}"
|
||||
mode: "{{ dir_create_mask | default('2770', true) }}"
|
||||
mode: "{{ item.dir_create_mask | default('2770', true) }}"
|
||||
state: directory
|
||||
recurse: no
|
||||
with_items: "{{ samba_shares }}"
|
||||
|
Loading…
Reference in New Issue
Block a user