lmn-client/roles/tftp-netboot-installer/tasks/main.yml
2019-05-24 21:32:24 +03:00

16 lines
404 B
YAML

- name: install di-netboot-assistant and installer package
apt:
name:
- di-netboot-assistant
- "{{ di_pkg }}"
notify:
- bind mount images
- rebuild di-netboot-assistant menu
- 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