Ansible Role repo_collabora
This role deploys the official Collabora Enterprise Repository.
Mandatory Role Variables
Variable |
Description |
---|---|
|
The Customer Token to the Collabora Enterprise subscription. |
|
The version of Collabora Enterprise to be installed. |
Example:
# mandatory
repo_collabora__customer_token: 'Example-Company-eragf35eb18692b7c0ufd3f03199a39i2233h5k8'
repo_collabora__version: '22.05'
Optional Role Variables
Variable |
Description |
Default Value |
---|---|---|
|
Use HTTP basic auth to login to the repository. Defaults to |
|
|
Set the URL to a custom mirror server providing the repository. Defaults to |
|
Example:
# optional
repo_collabora__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_collabora__mirror_url: 'https://mirror.example.com'