ansible-role-tftpd-hpa/README.md

60 lines
943 B
Markdown
Raw Normal View History

2016-01-20 23:34:45 +01:00
Role Name
=========
Installs and configures tftpd-hpa role.
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-tftpd-hpa.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-tftpd-hpa)
2016-01-20 23:34:45 +01:00
Requirements
------------
None
2016-01-20 23:34:45 +01:00
Role Variables
--------------
````
---
# defaults file for ansible-tftpd-hpa
tftp_directory: '/var/lib/tftpboot' #defines tftp root directory
tftp_options: '--secure -c' #defines tftp options for daemon...(-c allow new files to be created)
````
2016-01-20 23:34:45 +01:00
Dependencies
------------
None
2016-01-20 23:34:45 +01:00
Example Playbook
----------------
#### GitHub
````
- hosts: all
become: true
vars:
roles:
- role: ansible-tftpd-hpa
tasks:
````
#### Galaxy
````
- hosts: all
become: true
vars:
roles:
- role: mrlesmithjr.tftpd-hpa
tasks:
````
2016-01-20 23:34:45 +01:00
License
-------
BSD
Author Information
------------------
An optional section for the role authors to include contact information, or a website (HTML is not allowed).