robertdebock.xinetd
Ansible Role for xinetd
THIS ROLE IS ARCHIVED AS OF DEC 2023.
This role installs and configures xinetd on your system.
GitHub | GitLab | Downloads | Version |
---|---|---|---|
Example Playbook
Here is an example playbook from molecule/default/converge.yml
that runs tests with every push, pull request, and release.
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: robertdebock.xinetd
Before running this, the machine needs preparation. In CI, this is handled with molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: yes
gather_facts: no
roles:
- role: robertdebock.bootstrap
For more detailed explanations and examples, check this link.
Requirements
- Install the pip packages listed in requirements.txt.
State of Used Roles
The following roles are used to set up the system. You may choose another way to prepare your system.
Requirement | GitHub | GitLab |
---|---|---|
robertdebock.bootstrap |
Context
This role is part of a larger set of compatible roles. You can find more information in the documentation.
Here’s a list of related roles:
Compatibility
This role has been tested on the following container images:
Container | Tags |
---|---|
EL | 8 |
Debian | all |
OpenSUSE | all |
Ubuntu | all |
The minimum required version of Ansible is 2.12. Tests have been performed on:
- The last version.
- The current version.
- The development version.
If you encounter any issues, please report them on GitHub.
License
This role is licensed under Apache-2.0.
Author Information
Created by robertdebock.
Consider sponsoring me.
Install and configure xinetd on your system.
ansible-galaxy install robertdebock.xinetd