项目作者: t0n3

项目描述 :
Build and install rtmpdump with Ansible
高级语言:
项目地址: git://github.com/t0n3/ansible-rtmpdump.git
创建时间: 2017-04-10T22:02:32Z
项目社区:https://github.com/t0n3/ansible-rtmpdump

开源协议:

下载


ansible-rtmpdump

Build and install rtmpdump

Requirements

Same requirements as rtmpdump in order to build it.

Role Variables

rtmpdump_ksv_patch:

  • Default: True
  • Apply a patch from @K-S-V to rtmpdump before building it, more informations here

Dependencies

None.

Example Playbook

  1. - hosts: servers
  2. roles:
  3. - { role: t0n3.rtmpdump }

License

  1. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  2. Version 2, December 2004
  3. Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
  4. Everyone is permitted to copy and distribute verbatim or modified
  5. copies of this license document, and changing it is allowed as long
  6. as the name is changed.
  7. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  8. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  9. 0. You just DO WHAT THE FUCK YOU WANT TO.