Skip to content

mach1el/ansible_rtpproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role for RTPproxy

License

Auto build,deploy rtpproxy with ansible.

Role variables

See default/main.yml

Role pathes

├── defaults
│   └── main.yaml
├── handlers
│   └── main.yaml
├── LICENSE
├── README.md
├── tasks
│   ├── create_service.yaml
│   ├── main.yaml
│   ├── setup_bcg.yaml
│   ├── setup_debian.yaml
│   └── setup_rtpproxy.yaml
└── templates
    └── rtpproxy.service

Example playbook

---
- name: Building rtpengine for local server
  hosts: all
  become: true
  roles: 
    - 'mach1el.ansible_rtpproxy'