commit 663fd98a62
Author: Robert Kaussow <mail@geeklabor.de> Date: Sat Mar 21 14:36:05 2020 +0100 cleanup meta file
This commit is contained in:
parent
45ae3a71ea
commit
f717dfded7
22
index.md
22
index.md
@ -72,12 +72,12 @@ ucs_filesystem_acl: []
|
|||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
ucs_filesystem_acl:
|
ucs_filesystem_acl:
|
||||||
- path: /shares/mydocuments needs to be set
|
- path: /shares/mydocuments # needs to be set
|
||||||
entity: john needs to be set
|
entity: john # needs to be set
|
||||||
etype: user needs to be set
|
etype: user # needs to be set
|
||||||
permissions: rw needs to be set
|
permissions: rw # needs to be set
|
||||||
state: defaults to 'query'
|
state: # defaults to 'query'
|
||||||
recursive: defaults to 'no'
|
recursive: # defaults to 'no'
|
||||||
```
|
```
|
||||||
|
|
||||||
### ucs_registry_extra
|
### ucs_registry_extra
|
||||||
@ -117,11 +117,11 @@ ucs_system_groups: []
|
|||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
ucs_system_groups:
|
ucs_system_groups:
|
||||||
- name: fs-mydocuments-rw needs to be set
|
- name: fs-mydocuments-rw # needs to be set
|
||||||
description: defaults to not set
|
description: # defaults to not set
|
||||||
subpath: defaults to not set
|
subpath: # defaults to not set
|
||||||
ou: defaults to not set
|
ou: # defaults to not set
|
||||||
state: defaults to 'present'
|
state: # defaults to 'present'
|
||||||
```
|
```
|
||||||
|
|
||||||
### ucs_tls_cert_path
|
### ucs_tls_cert_path
|
||||||
|
Loading…
Reference in New Issue
Block a user