Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oefenweb/ansible-dumb-init

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

ansible debian docker init init-system ubuntu

Last synced: 15 days ago
JSON representation

Ansible role to set up dumb-init in Debian-like systems

Awesome Lists containing this project

README

        

## dumb-init

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

Set up (the latest or a specific version of) [dumb-init](https://github.com/Yelp/dumb-init) in Debian-like systems.

#### Requirements

None

#### Variables

* `dumb_init_version` [default: `1.2.5`]: Version to install
* `dumb_init_install_prefix` [default: `/usr/local/bin`]: Install prefix

## Dependencies

None

#### Example

```yaml
---
- hosts: all
roles:
- oefenweb.dumb-init
```

#### License

MIT

#### Author Information

Mischa ter Smitten

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

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