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: 7 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:07:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T02:44:40.863Z (9 months ago)
- Topics: ansible, debian, socat
- Language: Dockerfile
- Size: 103 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
[](https://github.com/Oefenweb/ansible-socat/actions?query=workflow%3ACI)
[](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)!