Releases: robertdebock/ansible-role-collabora_online
Releases · robertdebock/ansible-role-collabora_online
Aesthetics improvements.
1.5.7 Tox causes an issue, not sure what, disabling for now.
Fix CI.
1.5.6 Users role changed.
Regenerated ci/docs. Newer is better.
1.5.5 Update components, regenerate files.
Updates and cleanup
1.5.4 Implement ansible-lint hints.
Testing on Ansible 4 and Ansible 5
1.5.3 Merge branch 'master' of github.com:robertdebock/ansible-role-collabo…
Version like values need quoting.
1.5.2 Update and quote min_ansible_version.
Ansible-later
1.5.1 Regenerate CI and docs.
New features.
# You can set the type of installation; either "code" or "licensed".
collabora_online_type: code
# In case "LICENSED" is set for `collabora_online_type`, a version is required.
collabora_online_version: "6.4"
# When using `collabora_online_type: licensed` and running on RHEL systems, you
# need to set this variable. Get it from https://support.collaboraoffice.com/ .
# collabora_online_secret_key: "abc-def-ghi-jkl-mno"
# The languages allowed.
# collabora_online_allowed_languages: "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru"
# Manage SSL capabilities, either "false" or "true". (As a string.)
collabora_online_ssl_enabled: "false"
# Set the log level. Can be 0 through 8, none or "fatal", "critical", "error",
# "warning", "notice", "information", "debug", "trace".
collabora_online_log_level: warning
# Set the username for the admin console.
collabora_online_admin_username: "admin"
# Set the password for the admin console.
collabora_online_admin_password: "50m3-53cu23-p455w02d."Licensed version is a thing.
collabora_online_type: code
collabora_online_version: "6.4"
collabora_online_secret_key: "abc-def-ghi-jkl-mno"Add log level and mount options.
# You can manage the mounting feature. Either "false" or "true". (As a string.)
collabora_online_mount_jail_tree: "true"
# Set the log level. Can be 0 through 8, none or "fatal", "critical", "error",
# "warning", "notice", "information", "debug", "trace".
collabora_online_log_level: warning