lint
This commit is contained in:
@@ -10,23 +10,23 @@
|
||||
state: present
|
||||
|
||||
- name: Mise en place des règle firewall tcp et udp
|
||||
#source : https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart#setup-and-configure-your-firewall
|
||||
# source : https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart#setup-and-configure-your-firewall
|
||||
ufw:
|
||||
state: enabled
|
||||
rule: allow
|
||||
port: '{{ item[0] }}'
|
||||
proto: '{{ item[1] }}'
|
||||
loop:
|
||||
- ['80','tcp']
|
||||
- ['443','tcp']
|
||||
- ['4443','tcp']
|
||||
- ['22','tcp']
|
||||
- ['10000','udp']
|
||||
- ['3478','udp']
|
||||
- ['5349','tcp']
|
||||
- ['5222','tcp'] # XMPP port for recorder
|
||||
- ['80', 'tcp']
|
||||
- ['443', 'tcp']
|
||||
- ['4443', 'tcp']
|
||||
- ['22', 'tcp']
|
||||
- ['10000', 'udp']
|
||||
- ['3478', 'udp']
|
||||
- ['5349', 'tcp']
|
||||
- ['5222', 'tcp'] # XMPP port for recorder
|
||||
|
||||
- name: Import de la clé GPG #source: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart#add-the-jitsi-package-repository
|
||||
- name: Import de la clé GPG # source: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart#add-the-jitsi-package-repository
|
||||
apt_key:
|
||||
id: FFD65A0DA2BEBDEB73D44C8BB4D2D216F1FD7806
|
||||
url: https://download.jitsi.org/jitsi-key.gpg.key
|
||||
|
||||
Reference in New Issue
Block a user