https://github.com/infothrill/ansible-role-runit
An ansible role to install runit
https://github.com/infothrill/ansible-role-runit
ansible-role runit
Last synced: 4 months ago
JSON representation
An ansible role to install runit
- Host: GitHub
- URL: https://github.com/infothrill/ansible-role-runit
- Owner: infothrill
- License: mit
- Created: 2018-07-12T19:24:29.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2026-01-16T05:03:44.000Z (5 months ago)
- Last Synced: 2026-01-16T20:48:21.906Z (5 months ago)
- Topics: ansible-role, runit
- Language: Python
- Homepage: https://galaxy.ansible.com/infothrill/runit
- Size: 87.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible role runit

[](https://galaxy.ansible.com/infothrill/runit/)
An [Ansible](http://www.ansible.com) role to install
[runit](http://smarden.org/runit/), a UNIX init scheme with service supervision
## Quick howto
requirements.yml:
- src: infothrill.runit
version: v1.2.0
Install:
ansible-galaxy install -r requirements.yml -p ./roles/
Playbook:
- hosts: servers
roles:
- role: infothrill.runit
## Role variables
n/a
## Dependencies
n/a
## License
MIT
## Author Information
This role was created in 2018 by Paul Kremer.
## Changes
### v1.2.0
* Switch to Github actions CI
* Drop ansible older than 4 and add ansible 5, 6 support
* upgrade to molecule 3
* add support for Debian 10 'Buster'
* add support for python 3.8+
* drop support for python 2 and python 3.7
* ensure apt cache is up-to-date when installing
### v1.1.0
* add support for Ubuntu 20.04 (focal)
* drop support for Ubuntu 14.04 (trusty)
* add support for ansible 2.9
* drop support for ansible 2.4
### v1.0.1
* upgrades of test dependencies, maintenance only
### v1.0.0
* initial release