BBB-via-ansible/site.yml

14 lines
393 B
YAML

---
- name: Préparer le VPS Ubuntu 22.04 (durcissement + nftables + Docker)
hosts: vps
become: true
gather_facts: true
roles:
- { role: bbb_vps_prep, tags: ["prep"] }
- name: Installer / configurer BigBlueButton (BBB 3.x) + coturn (TURN local)
hosts: vps
become: true
gather_facts: true
roles:
- { role: bbb_install, tags: ["bbb"], when: bbb_install_enabled | bool }