Finished bbb implementation

This commit is contained in:
2025-07-20 20:07:43 +02:00
parent a580f41edd
commit ed866bf177
7 changed files with 48 additions and 34 deletions

View File

@@ -9,14 +9,14 @@
listen: setup bigbluebutton
- name: Copy docker-compose.yml from origin to final location
ansible.builtin.copy:
copy:
src: "{{ docker_compose_file_origine }}"
dest: "{{ docker_compose_file_final }}"
remote_src: yes
listen: setup bigbluebutton
- name: Replace bind mounts by named volume mounts
ansible.builtin.replace:
replace:
path: "{{ docker_compose_file_final }}"
regexp: "{{ item.regexp }}"
replace: "{{ item.replace }}"