systemd vmimage-torrent.service added
This commit is contained in:
parent
fb1283a546
commit
dce05711b4
2 changed files with 18 additions and 0 deletions
|
@ -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
Add a link
Reference in a new issue