kbcz1989.ansible_role_freeswitch

Freeswitch

This is an Ansible role for installing FreeSwitch on Linux systems like Debian, Ubuntu, and CentOS.

  • For CentOS, it installs packages from the Okay repository.
  • For Ubuntu, it uses packages from the strukturag PPA.
  • For Debian, it installs packages from the official FreeSwitch repository.

Requirements

This role works with Ansible version 2.8 or higher.

Role Variables

  • fs_daemon: freeswitch
    This sets the name of the FreeSwitch service. Default is freeswitch.

  • fs_enabled: true
    This determines if the FreeSwitch service should be enabled. Default is true.

  • fs_started: false
    This indicates if the FreeSwitch service should start automatically. Default is false.

  • fs_install_full: false
    This specifies whether to install all available FreeSwitch packages. Default is false.

Dependencies

There are no dependencies.

Example Playbook

- hosts: servers
  roles:
     - { role: kbcz1989.ansible-role-freeswitch }

License

This role is licensed under the MIT License.

Author Information

The author is KBCZ1989.

Informazioni sul progetto

Install FreeSwitch using packages from available repositories

Installa
ansible-galaxy install kbcz1989.ansible_role_freeswitch
Licenza
mit
Download
76
Proprietario