diff --git a/index.md b/index.md index bf632c0..0b7a4c9 100644 --- a/index.md +++ b/index.md @@ -72,12 +72,12 @@ ucs_filesystem_acl: [] ```YAML ucs_filesystem_acl: - - path: /shares/mydocuments needs to be set - entity: john needs to be set - etype: user needs to be set - permissions: rw needs to be set - state: defaults to 'query' - recursive: defaults to 'no' + - path: /shares/mydocuments # needs to be set + entity: john # needs to be set + etype: user # needs to be set + permissions: rw # needs to be set + state: # defaults to 'query' + recursive: # defaults to 'no' ``` ### ucs_registry_extra @@ -117,11 +117,11 @@ ucs_system_groups: [] ```YAML ucs_system_groups: - - name: fs-mydocuments-rw needs to be set - description: defaults to not set - subpath: defaults to not set - ou: defaults to not set - state: defaults to 'present' + - name: fs-mydocuments-rw # needs to be set + description: # defaults to not set + subpath: # defaults to not set + ou: # defaults to not set + state: # defaults to 'present' ``` ### ucs_tls_cert_path