Robert Kaussow
1fc8087ade
All checks were successful
continuous-integration/drone/push Build is passing
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
---
|
|
ucs_custom_tls_enabled: False
|
|
ucs_custom_tls_apache2_enabled: False
|
|
ucs_custom_tls_dovecot_enabled: False
|
|
ucs_custom_tls_postfix_enabled: False
|
|
ucs_tls_certs_dir: /etc/pki/tls/certs
|
|
ucs_tls_key_dir: /etc/pki/tls/private
|
|
ucs_tls_cert_path: /etc/pki/tls/certs/mycert.pem
|
|
ucs_tls_key_path: /etc/pki/tls/private/mykey.pem
|
|
|
|
ucs_filesystem_acl: []
|
|
# @var ucs_filesystem_acl:example: >
|
|
# 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'
|
|
|
|
ucs_system_groups: []
|
|
# @var ucs_system_groups:example: >
|
|
# 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'
|
|
|
|
ucs_repository_unmaintained_enabled: False
|
|
|
|
ucs_registry_extra: []
|
|
# @var ucs_registry_extra:example: >
|
|
# ucs_registry_extra:
|
|
# - path: timeserver
|
|
# value: "ntp.example.com"
|
|
# state: present
|