Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)!