amtega.tftpd
Ansible tftpd Role
This is an Ansible role designed to set up tftpd (Trivial File Transfer Protocol Daemon).
Role Variables
You can find all the default variables for this role in the file defaults/main.yml
.
Example Playbook
Here’s an example of how to use this role in a playbook:
---
- hosts: all
roles:
- amtega.tftpd
Testing
Testing is done using Molecule with Docker containers.
Run the following commands:
cd amtega.tftpd
molecule test --all
License
Copyright (C) 2022 AMTEGA - Xunta de Galicia
This role is free software. You can share and/or change it under the terms of:
GNU General Public License version 3, or any later version; or the European Union Public License, either Version 1.2 or the newer versions approved by the European Commission.
This role is shared in the hope that it will be useful, but WITHOUT ANY WARRANTY; it does not guarantee any particular usefulness or quality. Please check the GNU General Public License or the European Union Public License for more details.
Author Information
- Juan Antonio Valiño García.
- This role is based on bertvv.tftp.
ansible-galaxy install amtega.tftpd