amtega.xinetd
Ansible Sudo Role
This is an Ansible role that sets up the xinetd daemon.
Role Variables
You can find all the default variables for this role in the file defaults/main.yml
.
Example Playbook
Here is an example of a playbook:
---
- hosts: all
roles:
- amtega.xinetd
Testing
To test this role, we use molecule with Docker containers.
To run the tests, type the following commands:
cd amtega.xinetd
molecule test --all
License
Copyright (C) 2022 AMTEGA - Xunta de Galicia
This role is free software. You can share or change it under these terms:
GNU General Public License version 3, or any later version you choose; or the European Union Public License, Version 1.2 or any newer versions approved by the European Commission.
This role is provided hoping it will be helpful, but WITHOUT ANY WARRANTY; not even a warranty for being suitable for a specific use. For more details, see the GNU General Public License or the European Union Public License.
Author Information
- Juan Antonio Valiño García.
ansible-galaxy install amtega.xinetd