Update to 2022-02-24 10:00

This commit is contained in:
Daniel Berteaud
2022-02-24 10:00:06 +01:00
parent 175a20ac07
commit 60c1fefb94
14 changed files with 441 additions and 437 deletions

View File

@@ -37,8 +37,10 @@ fpbx_prov_tcp_ports: [ 21 ]
fpbx_prov_udp_ports: [ 69 ]
fpbx_http_ports:
- 80 # Normal HTTP
- 8088 # UCP node
- 8001 # ast WS
- 8088 # asterisk http endpoint
- 8089 # asterisk https endpoint
- 8001 # NodeJS UCP http endpoint
- 8003 # NodeJS UCP https endpoint
fpbx_mgm_src_ip: []
fpbx_voip_src_ip: []
fpbx_http_src_ip: "{{ httpd_src_ip }}"
@@ -50,3 +52,6 @@ fpbx_prov_src_ip: "{{ fpbx_voip_src_ip }}"
# Set to your vhost if you use one
# fpbx_vhost: https://tel.domain.net
# If letsencrypt role is also installed, you can get a certificate by uncommenting this
# fpbx_letsencrypt_cert: "{{ inventory_hostname }}"