infothrill.runit
Ansible Role Runit
This is an Ansible role designed to install runit, a UNIX system for managing services.
Quick Guide
requirements.yml:
- src: infothrill.runit
version: v1.2.0
Installation:
Run the following command:
ansible-galaxy install -r requirements.yml -p ./roles/
Playbook:
- hosts: servers
roles:
- role: infothrill.runit
Role Variables
Not applicable (n/a)
Dependencies
Not applicable (n/a)
License
MIT License
Author Information
This role was created by Paul Kremer in 2018.
Updates
v1.2.0
- Moved to GitHub Actions for Continuous Integration (CI)
- Removed support for Ansible versions older than 4, added support for Ansible 5 and 6
- Upgraded to Molecule 3
- Added support for Debian 10 'Buster'
- Added support for Python 3.8 and above
- Removed support for Python 2 and 3.7
- Made sure the apt cache is up-to-date during installation
v1.1.0
- Added support for Ubuntu 20.04 (Focal)
- Removed support for Ubuntu 14.04 (Trusty)
- Added support for Ansible 2.9
- Removed support for Ansible 2.4
v1.0.1
- Upgraded test dependencies; only maintenance updates
v1.0.0
- Initial release