apt_install.yml (798B)
1 --- 2 3 apt_install__group_packages: ['jitsi-meet'] 4 apt_install__debconf: 5 - name: 'jitsi-meet-web-config' 6 question: 'jitsi-videobridge/jvb-hostname:' 7 value: '{{ jitsi__hostname }}' 8 vtype: string 9 - name: 'jitsi-meet-prosody' 10 question: 'jitsi-videobridge/jvb-hostname' 11 value: '{{ jitsi__hostname }}' 12 vtype: string 13 - name: 'jitsi-videobridge2' 14 question: 'jitsi-videobridge/jvb-hostname' 15 value: '{{ jitsi__hostname }}' 16 vtype: string 17 - name: 'jicofo' 18 question: 'jitsi-videobridge/jvb-hostname' 19 value: '{{ jitsi__hostname }}' 20 vtype: string 21 - name: 'jitsi-meet-web-config' 22 question: 'jitsi-meet/cert-choice' 23 value: "Generate a new self-signed certificate (You will later get a chance to obtain a Let's encrypt certificate)" 24 vtype: select