Update to 2022-02-25 10:00

This commit is contained in:
Daniel Berteaud 2022-02-25 10:00:08 +01:00
parent 5e65a9d485
commit 5c70b2c3cf
3 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
---
fpbx_version: 15.0
fpbx_archive_sha256: 507c57f4c54bc1426fc89dd3ecb5cec339f840662aa7b290c53c781b05f90f4f
fpbx_version: 16.0
fpbx_archive_sha256: 105e49d293d9ea4fb90d2f32efc92fd39c5d92dfef419578368dcecbd0f83f03
fpbx_archive_url: https://mirror.freepbx.org/modules/packages/freepbx/freepbx-{{ fpbx_version }}-latest.tgz
fpbx_root_dir: /opt/freepbx
fpbx_manage_upgrade: True
@ -12,7 +12,7 @@ fpbx_db_name: freepbx
fpbx_cdr_db_name: asteriskcdrdb
# fpbx_db_pass: secret
fpbx_php_version: 73
fpbx_php_version: 74
# fbx_alias: /freepbx
# fpbx_src_ip:

View File

@ -4,7 +4,6 @@ dependencies:
- role: mkdir
- role: repo_asterisk
- role: repo_elrepo
- role: repo_nodejs
- role: httpd_php
- role: mysql_server
when: fpbx_db_server == 'localhost' or fpbx_server == '127.0.0.1'

View File

@ -19,8 +19,10 @@ fpbx_packages:
- opus
- nmap
- nodejs
- npm
- tar
- mariadb
- mariadb-devel
- python3-mysql
- acl
- gcc-c++ # needed for ucp
@ -28,4 +30,5 @@ fpbx_packages:
- libicu-devel
- patch
- vsftpd
- make