freeswitch-mw
Ansible role for freeswitch (debian)
File Explorer
- main.yml
- unbound_munin_.sh
- main.yml
- main.yml
- g729.yml
- main.yml
- munin-plugin.yml
- odbc.yml
- setup-Debian.yml
- sngrep.yml
- systemd-timesyncd.yml
- timezone.yml
- unbound.yml
- upgrade_kernel4_jessie.yml
- ansible.conf.j2
- timezone.j2
- unbound.conf.j2
- freeswitch-dos.conf
- freeswitch.conf
- jail.local
- console.conf.xml.j2
- logfile.conf.xml.j2
- modules.conf.xml.j2
- switch.conf.xml.j2
- syslog.conf.xml.j2
- test.lua.j2
- odbc.ini.j2
- odbcinst.ini.j2
- build.retry
- build.yml
- inventory
- test.yml
- Debian.yml
- .travis.yml
- ansible_install.sh
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- LICENSE
- LICENSE-GPL-V3.md
- README.md
- TODO.md
- Vagrantfile
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
apt-get
View Details ▼
apt-get
Debian and Ubuntu package management utility.
Search for packages using `apt-cache`.
It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later.
sudo apt-get update
Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands):
sudo apt-get install {{package}}
Install a package, or update it to the latest available version:
sudo apt-get remove {{package}}
Remove a package:
// repository documentation
Was this content helpful?
(0 ratings)
