trixie/roles/tftp-netboot-installer/tasks/main.yml

17 lines
404 B
YAML
Raw Normal View History

2019-05-24 17:26:15 +03:00
- name: install di-netboot-assistant and installer package
2018-05-31 18:20:51 +03:00
apt:
name:
- di-netboot-assistant
2019-05-24 17:26:15 +03:00
- "{{ di_pkg }}"
notify:
- bind mount images
- rebuild di-netboot-assistant menu
2018-05-31 18:20:51 +03:00
- name: configure dnsmasq
template:
src: dnsmasq-tftp-netboot-installer.j2
dest: /etc/dnsmasq.d/tftp-netboot-installer
notify:
- restart dnsmasq
- rebuild di-netboot-assistant menu