commit 622b1cfa20
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:
parent
d524a0fa9f
commit
36aa1d3128
40
index.md
40
index.md
@ -7,23 +7,25 @@ type: docs
|
|||||||
|
|
||||||
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)
|
- [Default Variables](#default-variables)
|
||||||
* [ucs_cronjobs](#ucs_cronjobs)
|
- [ucs_cronjobs](#ucs_cronjobs)
|
||||||
* [ucs_custom_tls_apache2_enabled](#ucs_custom_tls_apache2_enabled)
|
- [ucs_custom_tls_apache2_enabled](#ucs_custom_tls_apache2_enabled)
|
||||||
* [ucs_custom_tls_dovecot_enabled](#ucs_custom_tls_dovecot_enabled)
|
- [ucs_custom_tls_dovecot_enabled](#ucs_custom_tls_dovecot_enabled)
|
||||||
* [ucs_custom_tls_enabled](#ucs_custom_tls_enabled)
|
- [ucs_custom_tls_enabled](#ucs_custom_tls_enabled)
|
||||||
* [ucs_custom_tls_postfix_enabled](#ucs_custom_tls_postfix_enabled)
|
- [ucs_custom_tls_postfix_enabled](#ucs_custom_tls_postfix_enabled)
|
||||||
* [ucs_filesystem_acl](#ucs_filesystem_acl)
|
- [ucs_filesystem_acl](#ucs_filesystem_acl)
|
||||||
* [ucs_registry_extra](#ucs_registry_extra)
|
- [ucs_registry_extra](#ucs_registry_extra)
|
||||||
* [ucs_repository_unmaintained_enabled](#ucs_repository_unmaintained_enabled)
|
- [ucs_repository_unmaintained_enabled](#ucs_repository_unmaintained_enabled)
|
||||||
* [ucs_system_groups](#ucs_system_groups)
|
- [ucs_system_groups](#ucs_system_groups)
|
||||||
* [ucs_tls_cert_path](#ucs_tls_cert_path)
|
- [ucs_tls_cert_path](#ucs_tls_cert_path)
|
||||||
* [ucs_tls_certs_dir](#ucs_tls_certs_dir)
|
- [ucs_tls_certs_dir](#ucs_tls_certs_dir)
|
||||||
* [ucs_tls_key_dir](#ucs_tls_key_dir)
|
- [ucs_tls_key_dir](#ucs_tls_key_dir)
|
||||||
* [ucs_tls_key_path](#ucs_tls_key_path)
|
- [ucs_tls_key_path](#ucs_tls_key_path)
|
||||||
* [Dependencies](#dependencies)
|
- [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
|
ucs_tls_key_path: /etc/pki/tls/private/mykey.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Discovered Tags
|
||||||
|
|
||||||
|
tls_renewal
|
||||||
|
:
|
||||||
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
None.
|
None.
|
||||||
|
Loading…
Reference in New Issue
Block a user