commit 5d66f6e5a7
Author: Robert Kaussow <mail@geeklabor.de> Date: Fri May 1 19:14:48 2020 +0200 add custom cronjobs
This commit is contained in:
parent
f717dfded7
commit
10c3bae14b
24
index.md
24
index.md
@ -10,6 +10,7 @@ Configure an [Univention Corporate Server](https://www.univention.com/products/u
|
||||
{{< hint warning >}} **WARNING**\ This role covers only some really basic configurations and is far away production ready. {{< /hint >}}
|
||||
|
||||
* [Default Variables](#default-variables)
|
||||
* [ucs_cronjobs](#ucs-cronjobs)
|
||||
* [ucs_custom_tls_apache2_enabled](#ucs-custom-tls-apache2-enabled)
|
||||
* [ucs_custom_tls_dovecot_enabled](#ucs-custom-tls-dovecot-enabled)
|
||||
* [ucs_custom_tls_enabled](#ucs-custom-tls-enabled)
|
||||
@ -28,6 +29,29 @@ Configure an [Univention Corporate Server](https://www.univention.com/products/u
|
||||
|
||||
## Default Variables
|
||||
|
||||
### ucs_cronjobs
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
ucs_cronjobs: []
|
||||
```
|
||||
|
||||
#### Example usage
|
||||
|
||||
```YAML
|
||||
ucs_cronjobs:
|
||||
- name: backup-cleanup
|
||||
job: "find /var/univention-backup -mtime +7 -delete"
|
||||
user: root
|
||||
minute: 0
|
||||
hour: 3
|
||||
day: "*"
|
||||
weekday: "*"
|
||||
month: "*"
|
||||
state: present
|
||||
```
|
||||
|
||||
### ucs_custom_tls_apache2_enabled
|
||||
|
||||
#### Default value
|
||||
|
Loading…
Reference in New Issue
Block a user