First working version for Netbootbox-Install
This commit is contained in:
parent
790f0327ca
commit
7bf673e2c6
59 changed files with 659 additions and 171 deletions
|
@ -1,12 +1,20 @@
|
|||
---
|
||||
- name: run the image build script
|
||||
command:
|
||||
ansible.builtin.command:
|
||||
cmd: livebuilder.sh
|
||||
listen: run build script
|
||||
|
||||
- name: enable timer for livebuilder
|
||||
systemd:
|
||||
ansible.builtin.systemd:
|
||||
name: livebuilder.timer
|
||||
state: started
|
||||
enabled: true
|
||||
listen: enable livebuilder.timer
|
||||
|
||||
- name: restart systemd-journal-remote
|
||||
ansible.builtin.systemd:
|
||||
name: systemd-journal-remote.socket
|
||||
daemon_reload: true
|
||||
state: restarted
|
||||
enabled: true
|
||||
listen: restart systemd-journal-remote
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue