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

https://github.com/oefenweb/ansible-netcat

Ansible role to set up netcat in Debian-like systems
https://github.com/oefenweb/ansible-netcat

Last synced: 4 months ago
JSON representation

Ansible role to set up netcat in Debian-like systems

Awesome Lists containing this project

README

          

## netcat

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

Set up netcat in Debian-like systems.

#### Requirements

* `netcat-traditional` (will be installed)

#### Variables

None

## Dependencies

None

#### Example

```yaml
---
- hosts: all
roles:
- oefenweb.netcat
```

#### License

MIT

#### Author Information

Mischa ter Smitten

#### Feedback, bug-reports, requests, ...

Are [welcome](https://github.com/Oefenweb/ansible-netcat/issues)!