Weezer Su 8c98c87885 Fix a typo in all seed files
the auto reboot config should be
d-i finish-install/reboot_in_progress note
not
finish-install finish-install/reboot_in_progress note

Change-Id: Id8e44de5e6376bb576115b0eeca49dc04edf8ed8
2017-06-30 16:58:31 -05:00
..
2017-06-30 16:58:31 -05: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 }