From 36aa1d31285e5a3f110846673ee4cb664f4d7118 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 3 Mar 2022 20:33:22 +0000 Subject: [PATCH] commit 622b1cfa20e727cbafc5b881ca84d223c48844f5 Author: Robert Kaussow Date: Thu Mar 3 21:16:09 2022 +0100 chore: add auto-generated _docs folder to gitignore file --- index.md | 44 ++++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/index.md b/index.md index cf60cca..6eb2418 100644 --- a/index.md +++ b/index.md @@ -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 +:   + + ## Dependencies None.