Ansible Role linuxfabrik.lfops.repo_collabora¶
This role deploys the official Collabora Enterprise Repository.
Supported Versions:
- 23.05
- 24.04
Tags¶
repo_collabora
- Deploys the Collabora Enterprise Repository.
- Triggers: none.
Mandatory Role Variables¶
repo_collabora__customer_token
- The Customer Token to the Collabora Enterprise subscription.
- Type: String.
repo_collabora__version
- The version of Collabora Enterprise to be installed.
- Type: String.
Example:
# mandatory
repo_collabora__customer_token: 'Example-Company-eragf35eb18692b7c0ufd3f03199a39i2233h5k8'
repo_collabora__version: '24.04'
Optional Role Variables¶
repo_collabora__basic_auth_login
- Use HTTP basic auth to login to the repository. Defaults to
lfops__repo_basic_auth_login, making it easy to set this for allrepo_*roles. - Type: String.
- Default:
'{{ lfops__repo_basic_auth_login | default("") }}'
repo_collabora__mirror_url
- Set the URL to a custom mirror server providing the repository. Defaults to
lfops__repo_mirror_urlto allow easily setting the same URL for allrepo_*roles. Iflfops__repo_mirror_urlis not set, the default mirrors of the repo are used. - Type: String.
- Default:
'{{ lfops__repo_mirror_url | default("") }}'
Example:
# optional
repo_collabora__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_collabora__mirror_url: 'https://mirror.example.com'