Skip to content

A role that runs the Collabora Online server as container using docker.

License

Notifications You must be signed in to change notification settings

while-true-do/ansible-role-docker-collabora

Build Status

Ansible Role: Docker Collabora

| A role that runs the Collabora Online server as container using docker.

Motivation

This role is needed to get the Collabora Online server running as docker container on the target machine.

Installation

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

Requirements

Used Modules

Role Variables

---
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"

Dependencies

This role depends on https://galaxy.ansible.com/while_true_do/docker. You have to install the role:

ansible-galaxy install -r requirements.yml

Example Playbook

Simple Example:

- hosts: servers
  roles:
    - { role: while_true_do.docker_collabora }
  vars:
    wtd_docker_collabora_domains: "collabora.example.com"

Testing

All tests should be put in test directory.

Contribute / Bugs

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.

License

This work is licensed under a BSD License.

Author Information

Blog: blog.while-true-do.org

Mail: hello@while-true-do.org

About

A role that runs the Collabora Online server as container using docker.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages