Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oefenweb/ansible-gnu-parallel

Ansible role to set up GNU Parallel in Debian-like systems
https://github.com/oefenweb/ansible-gnu-parallel

ansible debian gnu-parallel parallel ubuntu

Last synced: about 2 months ago
JSON representation

Ansible role to set up GNU Parallel in Debian-like systems

Awesome Lists containing this project

README

        

## gnu-parallel

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

Set up the latest version of [GNU Parallel](https://www.gnu.org/software/parallel/) in Debian-like systems.

#### Requirements

None

#### Variables

* `gnu_parallel_remove_distro_version`: [default: `true`]: Whether or not to remove the distribution version

## Dependencies

None

#### Example

```yaml
---
- hosts: all
roles:
- oefenweb.gnu-parallel
```

#### License

MIT

#### Author Information

* Mischa ter Smitten

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

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