Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-gnu-parallel
- Owner: Oefenweb
- License: mit
- Created: 2017-02-01T15:42:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T15:34:44.000Z (about 2 months ago)
- Last Synced: 2024-11-08T16:33:49.270Z (about 2 months ago)
- Topics: ansible, debian, gnu-parallel, parallel, ubuntu
- Language: Dockerfile
- Size: 85 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)!