Compare commits
2 Commits
8fdb8eaf80
...
33791031e2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33791031e2 | ||
|
|
e0047b73f4 |
@@ -133,3 +133,13 @@
|
|||||||
- name: meet.jitsi
|
- name: meet.jitsi
|
||||||
aliases:
|
aliases:
|
||||||
- jvb.meet.jitsi
|
- jvb.meet.jitsi
|
||||||
|
|
||||||
|
- name: Open ports for jitsi
|
||||||
|
ansible.posix.firewalld:
|
||||||
|
port: "{{ item }}"
|
||||||
|
state: enabled
|
||||||
|
permanent: true
|
||||||
|
immediate: true
|
||||||
|
loop:
|
||||||
|
- 4443/tcp
|
||||||
|
- 10000/udp
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
docker_command:
|
docker_command:
|
||||||
- "--config.file=/etc/prometheus/prometheus.yml"
|
- "--config.file=/etc/prometheus/prometheus.yml"
|
||||||
- "--storage.tsdb.path=/prometheus"
|
- "--storage.tsdb.path=/prometheus"
|
||||||
- "--storage.tsdb.retention={{ prometheus_storage_retention }}"
|
- "--storage.tsdb.retention.time={{ prometheus_storage_retention }}"
|
||||||
- "--web.console.libraries=/usr/share/prometheus/console_libraries"
|
- "--web.console.libraries=/usr/share/prometheus/console_libraries"
|
||||||
- "--web.console.templates=/usr/share/prometheus/consoles"
|
- "--web.console.templates=/usr/share/prometheus/consoles"
|
||||||
docker_mounts:
|
docker_mounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user