Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:16:09 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:33:22 +00:00
parent d524a0fa9f
commit 36aa1d3128

View File

@ -3,27 +3,29 @@ title: ucs
type: docs
---
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.ucs) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.ucs?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.ucs) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.ucs/src/branch/master/LICENSE)
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.ucs) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.ucs?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.ucs) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.ucs/src/branch/master/LICENSE)
Configure an [Univention Corporate Server](https://www.univention.com/products/ucs/). UCS is a server appliance with an integrated management system for the central and cross-platform administration of servers, services, clients, desktops and users as well as virtualized computers operated in UCS.
Configure an [Univention Corporate Server](https://www.univention.com/products/ucs/). UCS is a server appliance with an integrated management system for the central and cross-platform administration of servers, services, clients, desktops and users as well as virtualized computers operated in UCS.
{{< hint warning >}} **WARNING**\ This role covers only some really basic configurations and is far away production ready. {{< /hint >}}
{{< 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)
* [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)
* [ucs_system_groups](#ucs_system_groups)
* [ucs_tls_cert_path](#ucs_tls_cert_path)
* [ucs_tls_certs_dir](#ucs_tls_certs_dir)
* [ucs_tls_key_dir](#ucs_tls_key_dir)
* [ucs_tls_key_path](#ucs_tls_key_path)
* [Dependencies](#dependencies)
- [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)
- [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)
- [ucs_system_groups](#ucs_system_groups)
- [ucs_tls_cert_path](#ucs_tls_cert_path)
- [ucs_tls_certs_dir](#ucs_tls_certs_dir)
- [ucs_tls_key_dir](#ucs_tls_key_dir)
- [ucs_tls_key_path](#ucs_tls_key_path)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
---
@ -180,6 +182,12 @@ ucs_tls_key_dir: /etc/pki/tls/private
ucs_tls_key_path: /etc/pki/tls/private/mykey.pem
```
## Discovered Tags
tls_renewal
: &nbsp;
## Dependencies
None.