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 isfreeswitch
.fs_enabled
: true
This determines if the FreeSwitch service should be enabled. Default istrue
.fs_started
: false
This indicates if the FreeSwitch service should start automatically. Default isfalse
.fs_install_full
: false
This specifies whether to install all available FreeSwitch packages. Default isfalse
.
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