freeswitch

ansible-freeswitch

Build Status Galaxy

Install and configure FreeSwitch 1.6 using packages.

Supported OS

  • Debian 8 Jessie
  • Ubuntu 14.04 Trusty
  • Ubuntu 16.04 Xenial (experimental)

Role Variables

Install modules

freeswitch_install_modules:  # FreeSwitch modules to install
  - xml-curl
  - python

Enable modules

freeswitch_enable_modules:  # FreeSwitch modules to enable
  - mod_xml_curl
  - mod_python

Example Playbook

- hosts: freeswitch-servers
  become: true
  roles:
    - role: stdin.ansible-freeswitch
      freeswitch_install_modules:
        - xml-curl
        - python
      freeswitch_enable_modules:
        - mod_xml_curl
        - mod_python

License

MIT

Author

Slava Yanson sy@apeiron.io https://apeiron.io/

About

Install and configure FreeSwitch 1.6 (or unstable) using packages.

Install
ansible-galaxy install stdin/ansible-freeswitch
GitHub repository
License
mit
Downloads
37
Owner
CTO @ MyBrand.ai