Skip to content

Oefenweb/ansible-twisted-connect-proxy

Repository files navigation

twisted-connect-proxy

CI Ansible Galaxy

Set up (the latest version of) Twisted connect proxy in Ubuntu systems.

Requirements

  • python-twisted (will be installed)

Variables

  • twisted_connect_proxy_version [default: master]: Version to install (e.g. 74e49d2cca65447ab1937273e0a56af1c22dbb3a)

  • twisted_connect_proxy_install_prefix [default: /usr/local/bin]: Install prefix

  • twisted_connect_proxy_user [default: twisted-connect-proxy]: The user that will run the twisted-connect-proxy daemon

  • twisted_connect_proxy_group [default: twisted-connect-proxy]: The primary group of the twisted-connect-proxy user

  • twisted_connect_proxy_groups [default: []]: The secondary groups of the twisted-connect-proxy user

  • twisted_connect_proxy_port [default: '']: The port on which the daemon should be listening

  • twisted_connect_proxy_options: {}]: Options to pass to the twisted-connect-proxy daemon (e.g. {ssl-cert: foo.crt, ssl-key: foo.key})

Dependencies

None

Example (without any options)

---
- hosts: all
  roles:
    - oefenweb.twisted-connect-proxy

Example (with daemon options)

---
- hosts: all
  roles:
    - oefenweb.twisted-connect-proxy
  vars:
    twisted_connect_proxy_port: 3128
    twisted_connect_proxy_options: {}

License

MIT

Author Information

Mischa ter Smitten

Feedback, bug-reports, requests, ...

Are welcome!

About

Ansible role to set up (the latest version of) twisted-connect-proxy in Ubuntu systems

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors