mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
pbx/tasks/freepbx.yml: Cleaner
This commit is contained in:
parent
3892e51ec7
commit
a25479d544
1 changed files with 5 additions and 5 deletions
|
@ -114,10 +114,10 @@
|
||||||
creates: "{{ freepbx_install_dir }}"
|
creates: "{{ freepbx_install_dir }}"
|
||||||
|
|
||||||
# 2021-08-02: FreePBX 16 seems to no longer need this FreePBX 15 patch?
|
# 2021-08-02: FreePBX 16 seems to no longer need this FreePBX 15 patch?
|
||||||
#- name: FreePBX - Patch FreePBX source - disable get_magic_quotes_gpc()
|
# - name: FreePBX - Patch FreePBX source - disable get_magic_quotes_gpc()
|
||||||
# patch:
|
# patch:
|
||||||
# src: roles/pbx/templates/pbx2.patch
|
# src: roles/pbx/templates/pbx2.patch
|
||||||
# dest: "{{ freepbx_install_dir }}/admin/libraries/view.functions.php"
|
# dest: "{{ freepbx_install_dir }}/admin/libraries/view.functions.php"
|
||||||
|
|
||||||
- name: FreePBX - Install /etc/odbc.ini from template (root:root, 0644 by default)
|
- name: FreePBX - Install /etc/odbc.ini from template (root:root, 0644 by default)
|
||||||
template:
|
template:
|
||||||
|
@ -139,7 +139,7 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/apache2/ports.conf
|
path: /etc/apache2/ports.conf
|
||||||
line: "Listen {{ pbx_http_port }}"
|
line: "Listen {{ pbx_http_port }}"
|
||||||
#insertafter: Listen 80
|
# insertafter: Listen 80
|
||||||
|
|
||||||
- name: FreePBX - Install /etc/systemd/system/freepbx.service systemd unit file from template (root:root, 0644 by default)
|
- name: FreePBX - Install /etc/systemd/system/freepbx.service systemd unit file from template (root:root, 0644 by default)
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue