systemd vmimage-torrent.service added
This commit is contained in:
parent
fb1283a546
commit
dce05711b4
2 changed files with 18 additions and 0 deletions
|
@ -2,3 +2,12 @@
|
|||
systemd:
|
||||
name: libvirtd.service
|
||||
listen: reload libvirtd
|
||||
|
||||
- name: enable vmimage-torrent service
|
||||
systemd:
|
||||
name: vmimage-torrent.service
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
enabled: true
|
||||
listen: "enable vmimage-torrent.service"
|
||||
|
||||
|
|
|
@ -90,6 +90,15 @@
|
|||
group: root
|
||||
mode: '0755'
|
||||
|
||||
- name: Deploy vmimage-torrent.service
|
||||
copy:
|
||||
src: vmimage-torrent.service
|
||||
dest: /etc/systemd/system/
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0755'
|
||||
notify: "enable vmimage-torrent.service"
|
||||
|
||||
- name: Deploy bridge.conf needed for qemu session mode
|
||||
lineinfile:
|
||||
path: /etc/qemu/bridge.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue