Skip to content

drachtio/ansible-role-drachtio

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ansible-role-drachtio Build Status

This is an ansible role for building a drachtio server.

Role variables

Available variables are listed below, along with default values (see defaults/main.yml):

drachtioAdminPort: 9022

The TCP port that the drachtio server will listen on for client (app) connections.

drachtioSecret: cymru

The shared secret used by clients to authenticate.

drachtioSipInterface: eth0

The network device on which to listen for sip messages

drachtioAdminInterface: eth0

The network device on which to listen for client (app) connections.

drachtioLogFilePattern: drachtio.log

The name, or pattern, of the log file to write.

drachtioLogFileDirectory: /var/log/drachtio

The directory to write log files into.

drachtioLogArchiveDirectory: /var/log/drachtio/archive

The directory into which to archive log files

drachtioLogFileSize: 5

The size of the log file, in GiB, which, when reached, will cause the file to be rotated. Note that log files are also rotated on a daily basis.

drachtioLogFileMaxSize: 10

Specifies the maximum total size, in GiB, of current and archived files will keep before deleting archived files.

drachtioBranch: master

The github branch to build.

Example playbook

---
- hosts: all
  become: yes
  roles:
    - ansible-role-drachtio

About

ansible role for building a drachtio server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages