Ansible Role repo_collabora_code
This role deploys the official Collabora CODE Repository.
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 |
`‘{{ lfops__repo_mirror_url |
Example:
# optional
repo_collabora_code__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_collabora_code__mirror_url: 'https://mirror.example.com'