Skip to content

shahzaib49/ansible-freeswitch-role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-freeswitch-role

Ansible role to install on freeswitch linux machines(Currently on debian 11)

Requirements

Ansible version greater than 2.1 and python3.

Environment Variables

Set TOKEN=yoursignalwiretoken using command export TOKEN=yoursignalwiretoken

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- name: Playbook to install freeswitch from ansible-freeswitch-role
  hosts: dev
  gather_facts: yes
  become: no
  vars:
    ansible_python_interpreter: /usr/bin/python3

  roles:
    - role: '/root/.ansible/roles/ansible-freeswitch-role'

About

Ansible role to install freeswitch from source.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published