Unnamed repository; edit this file 'description' to name the repository.
Find a file
Larry Smith Jr 8db061eb29 Changed port_forward
Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.coml>
2016-01-21 14:25:36 -05:00
defaults Added vars 2016-01-20 17:51:54 -05:00
handlers Added handler 2016-01-20 17:52:05 -05:00
meta Added role info and Galaxy info 2016-01-21 09:50:33 -05:00
tasks Added missing config task 2016-01-20 19:18:07 -05:00
templates/etc Added templates 2016-01-20 17:52:37 -05:00
tests first commit 2016-01-20 17:34:45 -05:00
vars first commit 2016-01-20 17:34:45 -05:00
.travis.yml first commit 2016-01-20 17:34:45 -05:00
playbook.yml first commit 2016-01-20 17:34:45 -05:00
provision.sh first commit 2016-01-20 17:34:45 -05:00
README.md Added role info and Galaxy info 2016-01-21 09:50:33 -05:00
requirements.yml first commit 2016-01-20 17:34:45 -05:00
Vagrantfile Changed port_forward 2016-01-21 14:25:36 -05:00

Role Name

Installs and configures tftpd-hpa role.

Build Status

Requirements

None

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)

Dependencies

None

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:

License

BSD

Author Information

An optional section for the role authors to include contact information, or a website (HTML is not allowed).