mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-14 09:13:16 +02:00
Update to 2022-02-23 15:00
This commit is contained in:
parent
aaec7274f9
commit
6926fbecae
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
fpbx_version: 15.0
|
||||
fpbx_archive_sha1: 42aae0f245a5d6297f8f2154281f28436663ee33
|
||||
fpbx_archive_sha256: 507c57f4c54bc1426fc89dd3ecb5cec339f840662aa7b290c53c781b05f90f4f
|
||||
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: 56
|
||||
fpbx_php_version: 73
|
||||
|
||||
# fbx_alias: /freepbx
|
||||
# fpbx_src_ip:
|
||||
|
@ -147,7 +147,7 @@
|
||||
get_url:
|
||||
url: "{{ fpbx_archive_url }}"
|
||||
dest: "{{ fpbx_root_dir }}/tmp/"
|
||||
checksum: "sha1:{{ fpbx_archive_sha1 }}"
|
||||
checksum: "sha256:{{ fpbx_archive_sha256 }}"
|
||||
when: fpbx_install_mode != 'none'
|
||||
tags: fpbx
|
||||
|
||||
@ -363,10 +363,10 @@
|
||||
changed_when: False
|
||||
tags: fpbx
|
||||
|
||||
- name: Set global language # TODO : this is an ugly hack
|
||||
command: mysql --host={{ fpbx_db_server}} --user={{ fpbx_db_user }} --password={{ fpbx_db_pass | quote }} {{ fpbx_db_name }} -e "UPDATE `soundlang_settings` SET `value`='fr' WHERE `keyword`='language'"
|
||||
changed_when: False
|
||||
tags: fpbx
|
||||
#- name: Set global language # TODO : this is an ugly hack
|
||||
# command: mysql --host={{ fpbx_db_server}} --user={{ fpbx_db_user }} --password={{ fpbx_db_pass | quote }} {{ fpbx_db_name }} -e "UPDATE `soundlang_settings` SET `value`='fr' WHERE `keyword`='language'"
|
||||
# changed_when: False
|
||||
# tags: fpbx
|
||||
|
||||
- import_tasks: ../includes/webapps_webconf.yml
|
||||
vars:
|
||||
|
Loading…
x
Reference in New Issue
Block a user