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:
parent
31715f1633
commit
f6089d9913
10 changed files with 206 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue