mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-18 19:23:17 +02:00
Update to 2022-02-24 16:00
This commit is contained in:
parent
c423e27864
commit
5e65a9d485
@ -25,10 +25,11 @@ fpbx_auth_type: none
|
|||||||
fpbx_mgm_tcp_ports: [ 5038 ]
|
fpbx_mgm_tcp_ports: [ 5038 ]
|
||||||
fpbx_mgm_udp_ports: []
|
fpbx_mgm_udp_ports: []
|
||||||
fpbx_voip_tcp_ports:
|
fpbx_voip_tcp_ports:
|
||||||
- 5060 # SIP, chan_pjsip
|
- 5060 # SIP
|
||||||
- 5061 # SIP, chan_sip
|
- 5061 # SIP with TLS
|
||||||
fpbx_voip_udp_ports:
|
fpbx_voip_udp_ports:
|
||||||
- 5060 # SIP, chan_pjsip
|
- 5060 # SIP
|
||||||
|
- 5061 # SIP with TLS
|
||||||
- 5160 # SIP, chan_sip
|
- 5160 # SIP, chan_sip
|
||||||
- '10000:20000' # RTP
|
- '10000:20000' # RTP
|
||||||
- 4520 # dundi
|
- 4520 # dundi
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
yum: name={{ fpbx_moh_pkg + fpbx_snd_pkg }}
|
yum: name={{ fpbx_moh_pkg + fpbx_snd_pkg }}
|
||||||
tags: fpbx
|
tags: fpbx
|
||||||
|
|
||||||
|
- name: Link MariaDB ODBC connector to emulate MySQL connector
|
||||||
|
file: src=/usr/lib64/libmaodbc.so dest=/usr/lib64/libmyodbc5.so state=link
|
||||||
|
tags: fpbx
|
||||||
|
|
||||||
- name: Create a user for provisioning
|
- name: Create a user for provisioning
|
||||||
user:
|
user:
|
||||||
name: phone
|
name: phone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user