| A role that runs the Collabora Online server as container using docker.
This role is needed to get the Collabora Online server running as docker container on the target machine.
Install from Ansible Galaxy
ansible-galaxy install while_true_do.docker_collabora
Install from Github
git clone https://github.com/while-true-do/ansible-role-docker-collabora.git while_true_do.docker_collabora
Used Modules
---
wtd_docker_collabora_image: "collabora/code"
# keep the docker image updated
wtd_docker_collabora_image_update: true
wtd_docker_collabora_name: "collabora-online"
wtd_docker_collabora_ports: "127.0.0.1:9980:9980"
wtd_docker_collabora_domains: ""
wtd_docker_collabora_capabilities: "MKNOD"
This role depends on https://galaxy.ansible.com/while_true_do/docker. You have to install the role:
ansible-galaxy install -r requirements.yml
Simple Example:
- hosts: servers
roles:
- { role: while_true_do.docker_collabora }
vars:
wtd_docker_collabora_domains: "collabora.example.com"
All tests should be put in test directory.
Thank you so much for considering to contribute. Every contribution helps us. We are really happy, when somebody is joining the hard work. Please have a look at the links first.
This work is licensed under a BSD License.
Blog: blog.while-true-do.org
Mail: hello@while-true-do.org