Rick Box f8fef621cb Adds in TFTP Configure role - Ubuntu 16.04
Building on from the previous commit https://review.openstack.org/427869
this adds in TFTP configure role which handles all the pre-seed
templates and sets up all the PXEBoot files.

Change-Id: Ibdf7bfac9bc2c5b5cabdc79ce8584112b2ae0678
2017-02-03 04:19:39 +00:00
..

tftpboot_configure

This module configures custom tftp allowing for netboot of an Ubuntu system. It dynamically creates a TFTBoot based on the MAC addresses passed in. It also generates a preseed and late command which are used to install the system

Requirements

This module requires Ansible 2.x

Role Variables

See defaults for variables and descriptions

Dependencies

This role depends on a DHCPD and ATFTP roles

Example Playbook

Example to call:

- hosts: all
  roles:
     - { role: tftpboot_configure }