2018-08-04 20:23:06 +00:00
|
|
|
---
|
|
|
|
galaxy_info:
|
2020-08-19 16:39:02 +00:00
|
|
|
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
|
2020-10-01 15:12:33 +00:00
|
|
|
author: Robert Kaussow <mail@thegeeklab.de>
|
2021-04-23 10:12:11 +00:00
|
|
|
namespace: xoxys
|
|
|
|
role_name: ucs
|
2020-08-19 16:39:02 +00:00
|
|
|
# @meta description: >
|
2024-09-25 20:55:18 +00:00
|
|
|
# [![Build Status](https://ci.rknet.org/api/badges/ansible/xoxys.ucs/status.svg)](https://ci.rknet.org/repos/ansible/xoxys.ucs)
|
|
|
|
# [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.ucs/src/branch/main/LICENSE)
|
2020-08-19 16:39:02 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
2022-05-02 19:45:19 +00:00
|
|
|
# {{< hint type=important >}}
|
|
|
|
# This role covers only some really basic configurations and should be considered as not production ready.
|
2020-08-19 16:39:02 +00:00
|
|
|
# {{< /hint >}}
|
|
|
|
# @end
|
2020-01-31 10:23:20 +00:00
|
|
|
description: Configure an Univention Corporate Server
|
2018-08-04 20:23:06 +00:00
|
|
|
license: MIT
|
2024-09-25 19:30:11 +00:00
|
|
|
min_ansible_version: "2.10"
|
2018-08-04 20:23:06 +00:00
|
|
|
platforms:
|
2019-01-09 21:33:12 +00:00
|
|
|
- name: EL
|
|
|
|
versions:
|
2024-09-25 19:30:11 +00:00
|
|
|
- "9"
|
2018-08-04 20:23:06 +00:00
|
|
|
galaxy_tags:
|
|
|
|
- univention
|
|
|
|
- ucs
|
|
|
|
- domain
|
2020-03-21 13:36:05 +00:00
|
|
|
dependencies: []
|