ansible-role-tftpd-hpa/README.md

39 lines
573 B
Markdown
Raw Normal View History

2018-09-12 04:07:50 +02:00
# ansible-tftpd-hpa
2016-01-20 23:34:45 +01:00
2018-09-12 04:07:50 +02:00
An [Ansible](https://www.ansible.com) role to install/configure `tftpd-hpa`.
2016-01-20 23:34:45 +01:00
2018-09-12 04:07:50 +02:00
## Requirements
2016-01-20 23:34:45 +01:00
None
2016-01-20 23:34:45 +01:00
2018-09-12 04:07:50 +02:00
## Role Variables
2016-01-20 23:34:45 +01:00
2018-09-12 04:07:50 +02:00
[defaults/main.yml](defaults/main.yml)
2018-09-12 04:07:50 +02:00
## Dependencies
2016-01-20 23:34:45 +01:00
None
2016-01-20 23:34:45 +01:00
2018-09-12 04:07:50 +02:00
## Example Playbook
2016-01-20 23:34:45 +01:00
2018-09-12 04:07:50 +02:00
```yaml
---
- hosts: tftp_servers
become: true
vars:
roles:
- role: ansible-tftpd-hpa
tasks:
```
2016-01-20 23:34:45 +01:00
2018-09-12 04:07:50 +02:00
## License
2016-01-20 23:34:45 +01:00
2018-09-12 04:07:50 +02:00
MIT
2016-01-20 23:34:45 +01:00
2018-09-12 04:07:50 +02:00
## Author Information
2016-01-20 23:34:45 +01:00
Larry Smith Jr.
2018-09-12 04:07:50 +02:00
- [@mrlesmithjr](https://www.twitter.com/mrlesmithjr)
- [EverythingShouldBeVirtual](http://www.everythingshouldbevirtual.com)
- [mrlesmithjr@gmail.com](mailto:mrlesmithjr@gmail.com)