Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-socat
Ansible role to set up (the latest version of) socat in Debian-like systems
https://github.com/oefenweb/ansible-socat
ansible debian socat
Last synced: about 1 month ago
JSON representation
Ansible role to set up (the latest version of) socat in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-socat
- Owner: Oefenweb
- License: mit
- Created: 2015-11-26T14:10:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:07:14.000Z (about 1 year ago)
- Last Synced: 2023-11-02T11:37:46.277Z (about 1 year ago)
- Topics: ansible, debian, socat
- Language: Dockerfile
- Size: 101 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## socat
[![CI](https://github.com/Oefenweb/ansible-socat/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-socat/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-socat-blue.svg)](https://galaxy.ansible.com/Oefenweb/socat)Set up (the latest version of) [socat](http://www.dest-unreach.org/socat/) in Debian-like systems.
#### Requirements
* `build-essential` (will be installed)
* `libreadline-dev` (will be installed)
* `libssl-dev` (will be installed)
* `libwrap0-dev` (will be installed)#### Variables
* `socat_version`: [default: `1.7.4.2`]: Version to install
* `socat_remove_distro_version`: [default: `true`]: Whether or not to remove the distribution version
* `socat_configure_options`: [default: `[]`]: Options to pass to `./configure` (e.g. `['--disable-readline']`)## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.socat
```#### License
MIT
#### Author Information
* Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-socat/issues)!