mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update FreePBX installation path
This commit is contained in:
parent
1bd780eabe
commit
9f277653b1
1 changed files with 3 additions and 3 deletions
|
@ -85,10 +85,10 @@
|
||||||
command: "{{ item }}"
|
command: "{{ item }}"
|
||||||
args:
|
args:
|
||||||
chdir: "{{ freepbx_src_dir }}"
|
chdir: "{{ freepbx_src_dir }}"
|
||||||
creates: /var/www/freepbx
|
creates: /var/www/html/freepbx
|
||||||
with_items:
|
with_items:
|
||||||
- ./start_asterisk start
|
- ./start_asterisk start
|
||||||
- ./install -n --webroot /var/www/freepbx --dbuser {{ asterisk_db_user }} --dbpass {{ asterisk_db_password }} --dbname {{ asterisk_db_dbname }} --cdrdbname {{ asterisk_db_cdrdbname }}
|
- ./install -n --webroot /var/www/html/freepbx --dbuser {{ asterisk_db_user }} --dbpass {{ asterisk_db_password }} --dbname {{ asterisk_db_dbname }} --cdrdbname {{ asterisk_db_cdrdbname }}
|
||||||
register: freepbx_installation
|
register: freepbx_installation
|
||||||
|
|
||||||
- name: Install unit file /etc/systemd/system/freepbx.service from templates
|
- name: Install unit file /etc/systemd/system/freepbx.service from templates
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
- name: Install freepbx modules
|
- name: Install freepbx modules
|
||||||
command: "fwconsole ma downloadinstall {{ item }}"
|
command: "fwconsole ma downloadinstall {{ item }}"
|
||||||
args:
|
args:
|
||||||
creates: /var/www/freepbx/admin/modules/{{ item }}
|
creates: /var/www/html/freepbx/admin/modules/{{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- userman
|
- userman
|
||||||
- asteriskinfo
|
- asteriskinfo
|
||||||
|
|
Loading…
Reference in a new issue