Unnamed repository; edit this file 'description' to name the repository.
Find a file
Larry Smith Jr 20f6732f68 Updated to add netboot
Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.com>
2017-04-04 11:43:43 -04:00
defaults Updated to add netboot 2017-04-04 11:43:43 -04:00
handlers Added handler 2016-01-20 17:52:05 -05:00
meta Updated to add netboot 2017-04-04 11:43:43 -04:00
tasks Updated to add netboot 2017-04-04 11:43:43 -04: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 Updated to add netboot 2017-04-04 11:43:43 -04: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

An Ansible role to install/configure tftpd-hpa

Requirements

None

Role Variables

---
# defaults file for ansible-tftpd-hpa

# Defines tftp root directory
tftp_directory: '/var/lib/tftpboot'

# Defines tftp options for daemon...(-c allow new files to be created)
tftp_options: '--secure -c'

tftp_netboot_file: 'netboot.tar.gz'
tftp_netboot_url: 'http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/installer-amd64/current/images/netboot'

Dependencies

None

Example Playbook

---
- hosts: tftp_servers
  become: true
  vars:
  roles:
    - role: ansible-tftpd-hpa
  tasks:

License

BSD

Author Information

Larry Smith Jr.