First working version for Netbootbox-Install
This commit is contained in:
parent
790f0327ca
commit
7bf673e2c6
59 changed files with 659 additions and 171 deletions
13
roles/lmn_netbootinstaller/handlers/main.yml
Normal file
13
roles/lmn_netbootinstaller/handlers/main.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
- name: rebuild di-netboot menu
|
||||
command: "{{ item }}"
|
||||
with_items:
|
||||
- di-netboot-assistant rebuild-menu
|
||||
- di-netboot-assistant rebuild-grub
|
||||
listen: rebuild di-netboot menu
|
||||
|
||||
|
||||
- name: restart git service
|
||||
service:
|
||||
name: lmn-netboot-git
|
||||
state: restarted
|
||||
listen: restart git service
|
Loading…
Add table
Add a link
Reference in a new issue