1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update freepbx_dependencies.yml

This commit is contained in:
A Holt 2019-02-09 13:54:32 -05:00 committed by GitHub
parent ef99b880be
commit ddd2678209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,30 +1,30 @@
- name: FreePBX - Install dependencies - name: FreePBX - Install dependencies
package: package:
name: name:
- wget - wget
- git - git
- unixodbc # for asterisk cdr - unixodbc # for Asterisk CDR (Call Detail Records)
- sudo # required by freepbx install script - sudo # required by FreePBX install script
- net-tools # fwconsole requirement - net-tools # required by FWConsole (command-line utility, that controls FreePBX)
- cron # required by freepbx ucp package - cron # required by FreePBX UCP package (User Control Panel)
- sox # required for CDR web-playback - sox # required for CDR web-playback
- php - php
- php-pear - php-pear
- php-cgi - php-cgi
- php-common - php-common
- php-curl - php-curl
- php-mbstring - php-mbstring
- php-gd - php-gd
- php-mysql - php-mysql
- php-gettext - php-gettext
- php-bcmath - php-bcmath
- php-zip - php-zip
- php-xml - php-xml
- php-imap - php-imap
- php-json - php-json
- php-snmp - php-snmp
- php-fpm - php-fpm
- libapache2-mod-php - libapache2-mod-php
- python-mysqldb # https://github.com/Yannik/ansible-role-freepbx/blob/master/tasks/freepbx.yml#L33 - python-mysqldb # https://github.com/Yannik/ansible-role-freepbx/blob/master/tasks/freepbx.yml#L33
- libapache2-mpm-itk # To serve FreePBX through a VirtualHost as asterisk user - libapache2-mpm-itk # To serve FreePBX through a VirtualHost as asterisk user
state: latest state: latest