mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
looks to be out of order
https://wiki.freepbx.org/display/FOP/Installing+FreePBX+16+on+Debian+10.9 http://mghadam.blogspot.com/2021/03/install-asterisk-18-freepbx-15-on.html
This commit is contained in:
parent
d297a607f4
commit
897a6361dc
1 changed files with 5 additions and 5 deletions
|
@ -168,6 +168,11 @@
|
|||
create: yes
|
||||
|
||||
|
||||
- name: FreePBX - Install /etc/odbc.ini from template (root:root, 0644 by default) for CDR 'asteriskcdrdb' - in future consider compiling ODBC driver for aarch64 per http://mghadam.blogspot.com/2021/03/install-asterisk-18-freepbx-15-on.html ?
|
||||
template:
|
||||
src: odbc.ini
|
||||
dest: /etc/
|
||||
|
||||
- name: FreePBX - 2-step install - won't run if {{ freepbx_install_dir }} already exists - CAN TAKE 3-12 MIN OR LONGER!
|
||||
command: "{{ item }}"
|
||||
args:
|
||||
|
@ -205,11 +210,6 @@
|
|||
# state: restarted
|
||||
|
||||
|
||||
- name: FreePBX - Install /etc/odbc.ini from template (root:root, 0644 by default) for CDR 'asteriskcdrdb' - in future consider compiling ODBC driver for aarch64 per http://mghadam.blogspot.com/2021/03/install-asterisk-18-freepbx-15-on.html ?
|
||||
template:
|
||||
src: odbc.ini
|
||||
dest: /etc/
|
||||
|
||||
- name: FreePBX - Install /etc/systemd/system/freepbx.service from template (root:root, 0644 by default)
|
||||
template:
|
||||
src: freepbx.service
|
||||
|
|
Loading…
Reference in a new issue