xoxys.ucs/defaults/main.yml

51 lines
1.4 KiB
YAML
Raw Normal View History

2018-08-04 22:23:06 +02:00
---
2018-08-04 23:31:40 +02:00
ucs_custom_tls_enabled: False
ucs_custom_tls_apache2_enabled: False
ucs_custom_tls_dovecot_enabled: False
ucs_custom_tls_postfix_enabled: False
2018-08-04 22:23:06 +02: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
2019-08-27 08:25:49 +02:00
ucs_filesystem_acl: []
2019-10-19 15:45:38 +02:00
# @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'
2019-08-27 08:25:49 +02:00
ucs_system_groups: []
2019-10-19 15:45:38 +02:00
# @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'
2019-08-22 16:16:01 +02:00
ucs_repository_unmaintained_enabled: False
2019-08-27 08:25:49 +02:00
ucs_registry_extra: []
2019-10-19 15:45:38 +02:00
# @var ucs_registry_extra:example: >
2019-08-22 16:16:01 +02:00
# ucs_registry_extra:
# - path: timeserver
# value: "ntp.example.com"
# state: present
2020-05-01 19:14:48 +02: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