ansible-modules/README.md
2021-08-30 19:53:57 +02:00

1.6 KiB

Univention Corporate Server Modules

The Ansible Univention Corporate Server Modules Collections contains a variety of Ansible modules to help automate the management of Univention Corporate Server instances.

Ansible version compatibility

This collection has been tested against following Ansible versions: >= 2.11

Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions.

Python version compatibility

This collection has been tested against following Python versions: >= 2.7 or >= 3.9

Included content

Modules

Name Description
univention.ucs_modules.univention_config_registry Manage Univention Config Registry (UCR) variables

Installing this collection

You can install the Univention Corporate Server Modules collection with the Ansible Galaxy CLI:

ansible-galaxy collection install univention.ucs_modules

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: "univention.ucs_modules"
    source: "https://galaxy.ansible.com"

A specific version of the collection can be installed by using the version keyword in the requirements.yml file:

---
collections:
  - name: "univention.ucs_modules"
    source: "https://galaxy.ansible.com"
    version: "1.0.0"

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.