Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-dumb-init
- Owner: Oefenweb
- License: mit
- Created: 2017-10-06T12:44:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T17:08:46.000Z (about 1 year ago)
- Last Synced: 2024-11-22T15:20:47.731Z (3 months ago)
- Topics: ansible, debian, docker, init, init-system, ubuntu
- Language: Dockerfile
- Size: 77.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)!