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

Initial stab at adding a PBX. Playbooks and necessary config for Asterisk

This commit is contained in:
Anish Mangal 2019-01-17 06:47:59 +00:00 committed by root
parent 31715f1633
commit f6089d9913
10 changed files with 206 additions and 0 deletions

View file

@ -296,6 +296,14 @@ nodered_port: 1880
nextcloud_install: False
nextcloud_enabled: False
# A full featured PBX based on Asterisk and FreePBX
#
# Caution!
# This is a LARGE install that will compile from source and take lots of time. Handle with care!
# So far, supported on Ubuntu 18.x ONLY.
pbx_install: False
pbx_enabled: False
# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER
wordpress_install: False
wordpress_enabled: False

View file

@ -195,6 +195,14 @@ nodered_enabled: True
nextcloud_install: True
nextcloud_enabled: True
# A full featured PBX based on Asterisk and FreePBX
#
# Caution!
# This is a LARGE install that will compile from source and take lots of time. Handle with care!
# So far, supported on Ubuntu 18.x ONLY.
pbx_install: True
pbx_enabled: True
# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER
wordpress_install: True
wordpress_enabled: True

View file

@ -195,6 +195,14 @@ nodered_enabled: False
nextcloud_install: True
nextcloud_enabled: True
# A full featured PBX based on Asterisk and FreePBX
#
# Caution!
# This is a LARGE install that will compile from source and take lots of time. Handle with care!
# So far, supported on Ubuntu 18.x ONLY.
pbx_install: False
pbx_enabled: False
# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER
wordpress_install: True
wordpress_enabled: True

View file

@ -195,6 +195,14 @@ nodered_enabled: False
nextcloud_install: False
nextcloud_enabled: False
# A full featured PBX based on Asterisk and FreePBX
#
# Caution!
# This is a LARGE install that will compile from source and take lots of time. Handle with care!
# So far, supported on Ubuntu 18.x ONLY.
pbx_install: False
pbx_enabled: False
# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER
wordpress_install: False
wordpress_enabled: False