Install and configure FreeSwitch 1.6 using packages.
- Debian 8 Jessie
- Ubuntu 14.04 Trusty
- Ubuntu 16.04 Xenial (experimental)
freeswitch_install_modules: # FreeSwitch modules to install
- xml-curl
- python
freeswitch_enable_modules: # FreeSwitch modules to enable
- mod_xml_curl
- mod_python
- hosts: freeswitch-servers
become: true
roles:
- role: stdin.ansible-freeswitch
freeswitch_install_modules:
- xml-curl
- python
freeswitch_enable_modules:
- mod_xml_curl
- mod_python
MIT
Slava Yanson sy@apeiron.io https://apeiron.io/