An open API service indexing awesome lists of open source software.

https://github.com/oefenweb/ansible-twisted-connect-proxy

Ansible role to set up (the latest version of) twisted-connect-proxy in Ubuntu systems
https://github.com/oefenweb/ansible-twisted-connect-proxy

ansible daemon proxy ssl twisted ubuntu

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## twisted-connect-proxy

[![CI](https://github.com/Oefenweb/ansible-twisted-connect-proxy/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-twisted-connect-proxy/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-twisted--connect--proxy-blue.svg)](https://galaxy.ansible.com/Oefenweb/twisted_connect_proxy/)

Set up (the latest version of) [Twisted connect proxy](https://github.com/fmoo/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)

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

#### Example (with daemon options)

```yaml
---
- 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](https://github.com/Oefenweb/ansible-twisted-connect-proxy/issues)!