Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ansible/roles/chromium/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---
4 changes: 4 additions & 0 deletions ansible/roles/chromium/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- name: Install chromium and assorted drivers
ansible.builtin.apt:
name: ['chromium-browser', 'chromium-chromedriver']
state: present
5 changes: 3 additions & 2 deletions ansible/roles/jibri-java/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ galaxy_info:
- jammy
dependencies:
- { role: jitsi-repo, when: jibri_install_flag }
- { role: chromedriver, when: jibri_install_flag }
- { role: google-chrome, when: jibri_install_flag}
- { role: chromedriver, when: jibri_install_flag and ansible_architecture != 'aarch64' }
- { role: google-chrome, when: jibri_install_flag and ansible_architecture != 'aarch64'}
- { role: chromium, when: jibri_install_flag and ansible_architecture == 'aarch64' }
- { role: openjdk-java, when: jibri_install_flag }