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
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-twisted-connect-proxy
- Owner: Oefenweb
- License: mit
- Created: 2016-04-22T09:56:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:07:50.000Z (over 2 years ago)
- Last Synced: 2025-01-23T02:44:36.222Z (over 1 year ago)
- Topics: ansible, daemon, proxy, ssl, twisted, ubuntu
- Language: Shell
- Size: 98.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## twisted-connect-proxy
[](https://github.com/Oefenweb/ansible-twisted-connect-proxy/actions?query=workflow%3ACI)
[](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)!