buluma.xinetd
Ansible Role xinetd
This role installs and configures xinetd on your system.
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
This example comes from molecule/default/converge.yml
and is checked with every update.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: buluma.xinetd
Before running this, you'll want to prepare your machine. In CI, this is done with molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: buluma.bootstrap
You can also find a full explanation and example on how to use these roles.
Requirements
- Python packages listed in requirements.txt.
State of Used Roles
The following roles help prepare your system. You can choose a different method if you prefer.
Requirement | GitHub | Version |
---|---|---|
buluma.bootstrap |
Context
This role is part of a collection of compatible roles. Check out the documentation for these roles for more information.
Here’s a visual of related roles:
Compatibility
This role has been tested on the following container images:
Container | Tags |
---|---|
EL | 8 |
Debian | all |
OpenSUSE | all |
Ubuntu | all |
You need at least Ansible version 2.12. Tests were done on:
- The previous version.
- The current version.
- The development version.
If you find any issues, please report them on GitHub.
Changelog
Check out the Role History.
License
Author Information
Install and configure xinetd on your system.
ansible-galaxy install buluma.xinetd