2018-08-04 20:23:06 +00:00
|
|
|
---
|
2018-08-04 21:31:40 +00:00
|
|
|
ucs_custom_tls_enabled: False
|
2018-08-04 21:38:22 +00:00
|
|
|
ucs_custom_tls_apache2_enabled: False
|
|
|
|
ucs_custom_tls_dovecot_enabled: False
|
|
|
|
ucs_custom_tls_postfix_enabled: False
|
2018-08-04 20:23:06 +00:00
|
|
|
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
|
2018-11-20 22:33:24 +00:00
|
|
|
|
2019-08-27 06:25:49 +00:00
|
|
|
ucs_filesystem_acl: []
|
2019-10-19 13:45:38 +00:00
|
|
|
# @var ucs_filesystem_acl:example: >
|
2018-11-20 22:33:24 +00:00
|
|
|
# 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'
|
|
|
|
|
2019-08-27 06:25:49 +00:00
|
|
|
ucs_system_groups: []
|
2019-10-19 13:45:38 +00:00
|
|
|
# @var ucs_system_groups:example: >
|
2018-11-20 22:33:24 +00:00
|
|
|
# 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'
|
2019-08-22 14:16:01 +00:00
|
|
|
|
|
|
|
ucs_repository_unmaintained_enabled: False
|
|
|
|
|
2019-08-27 06:25:49 +00:00
|
|
|
ucs_registry_extra: []
|
2019-10-19 13:45:38 +00:00
|
|
|
# @var ucs_registry_extra:example: >
|
2019-08-22 14:16:01 +00:00
|
|
|
# ucs_registry_extra:
|
|
|
|
# - path: timeserver
|
|
|
|
# value: "ntp.example.com"
|
|
|
|
# state: present
|
2020-05-01 17:14:48 +00:00
|
|
|
|
|
|
|
ucs_cronjobs: []
|
|
|
|
# @var ucs_cronjobs:example: >
|
|
|
|
# ucs_cronjobs:
|
|
|
|
# - name: backup-cleanup
|
|
|
|
# job: "find /var/univention-backup -mtime +7 -delete"
|
|
|
|
# user: root
|
|
|
|
# minute: 0
|
|
|
|
# hour: 3
|
|
|
|
# day: "*"
|
|
|
|
# weekday: "*"
|
|
|
|
# month: "*"
|
|
|
|
# state: present
|