chore: ensure we can use the same collabora instance for multiple cloud instances
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
d3d7bb9ba5
commit
6be4a50f8f
7 changed files with 405 additions and 12 deletions
|
|
@ -8,6 +8,19 @@
|
|||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- name: Create collabora volume directory
|
||||
file:
|
||||
path: "{{ collabora_docker_volume_dir }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- name: Create coolwsd configuration
|
||||
template:
|
||||
src: coolwsd.xml.j2
|
||||
dest: "{{ collabora_docker_volume_dir }}/coolwsd.xml"
|
||||
mode: '0644'
|
||||
notify: restart collabora
|
||||
|
||||
- name: Create docker-compose file for collabora
|
||||
template:
|
||||
src: docker-compose.yml.j2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue