Giter VIP home page Giter VIP logo

ansible-role-drachtio's Introduction

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

ansible-role-drachtio's People

Contributors

davehorton avatar yeya avatar rory-reid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.