add flag for opening firewall ports
This commit is contained in:
parent
5d0f7e6fa6
commit
37630d3c39
2 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
||||||
permanent: true
|
permanent: true
|
||||||
immediate: true
|
immediate: true
|
||||||
offline: true
|
offline: true
|
||||||
|
when: peertube.open_firewall_ports
|
||||||
- name: "Load CIL policies"
|
- name: "Load CIL policies"
|
||||||
block:
|
block:
|
||||||
- name: Copy peertube cil
|
- name: Copy peertube cil
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
selinux_virt_use_samba: true
|
selinux_virt_use_samba: true
|
||||||
base_directory: "/peertube"
|
base_directory: "/peertube"
|
||||||
peertube:
|
peertube:
|
||||||
|
# It will open ports 9000 and 1935. If you have the webserver on the same machine you should disable this.
|
||||||
|
open_firewall_ports: true
|
||||||
env_file: "environment_file"
|
env_file: "environment_file"
|
||||||
backups_directory: "/peertube/backups"
|
backups_directory: "/peertube/backups"
|
||||||
image_name: "docker.io/chocobozzz/peertube:v7.0.1-bookworm"
|
image_name: "docker.io/chocobozzz/peertube:v7.0.1-bookworm"
|
||||||
|
|
Loading…
Add table
Reference in a new issue