[skip ci] automated docs update

This commit is contained in:
CI Bot 2024-09-29 12:03:29 +00:00
parent e7214c5c59
commit fce10bd5d7

View File

@ -17,6 +17,12 @@ This role covers only some really basic configurations and should be considered
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [ucs_cronjobs](#ucs_cronjobs)
- [ucs_custom_tls_apache2_enabled](#ucs_custom_tls_apache2_enabled)
- [ucs_custom_tls_cert_path](#ucs_custom_tls_cert_path)
- [ucs_custom_tls_dovecot_enabled](#ucs_custom_tls_dovecot_enabled)
- [ucs_custom_tls_enabled](#ucs_custom_tls_enabled)
- [ucs_custom_tls_key_path](#ucs_custom_tls_key_path)
- [ucs_custom_tls_postfix_enabled](#ucs_custom_tls_postfix_enabled)
- [ucs_filesystem_acl](#ucs_filesystem_acl)
- [ucs_registry_extra](#ucs_registry_extra)
- [ucs_repository_unmaintained_enabled](#ucs_repository_unmaintained_enabled)
@ -56,6 +62,54 @@ ucs_cronjobs:
state: present
```
### ucs_custom_tls_apache2_enabled
#### Default value
```YAML
ucs_custom_tls_apache2_enabled: true
```
### ucs_custom_tls_cert_path
#### Default value
```YAML
ucs_custom_tls_cert_path: /etc/pki/tls/certs/mycert.pem
```
### ucs_custom_tls_dovecot_enabled
#### Default value
```YAML
ucs_custom_tls_dovecot_enabled: false
```
### ucs_custom_tls_enabled
#### Default value
```YAML
ucs_custom_tls_enabled: false
```
### ucs_custom_tls_key_path
#### Default value
```YAML
ucs_custom_tls_key_path: /etc/pki/tls/private/mykey.pem
```
### ucs_custom_tls_postfix_enabled
#### Default value
```YAML
ucs_custom_tls_postfix_enabled: true
```
### ucs_filesystem_acl
#### Default value