Enable and start additional services after the avahi-linker installation
This commit is contained in:
parent
72c016d14a
commit
101d2c619e
12
Manual.org
12
Manual.org
@ -288,6 +288,7 @@ samba:
|
||||
# additional packages you want to install
|
||||
extra_packages:
|
||||
- vim
|
||||
- htop
|
||||
- tree
|
||||
- w-scan
|
||||
- bpython
|
||||
@ -846,6 +847,17 @@ install_avahi: true
|
||||
state: started
|
||||
enabled: yes
|
||||
masked: no
|
||||
|
||||
- name: enable and start additional services for avahi-linker
|
||||
systemd:
|
||||
name: '{{ item }}'
|
||||
state: started
|
||||
enabled: yes
|
||||
masked: no
|
||||
with_items:
|
||||
- vdr-net-monitor
|
||||
- vdr-update-monitor
|
||||
- prevent-umount-on-pause
|
||||
#+END_SRC
|
||||
|
||||
** nfs-server
|
||||
|
@ -47,6 +47,7 @@ samba:
|
||||
# additional packages you want to install
|
||||
extra_packages:
|
||||
- vim
|
||||
- htop
|
||||
- tree
|
||||
- w-scan
|
||||
- bpython
|
||||
|
@ -48,3 +48,14 @@
|
||||
state: started
|
||||
enabled: yes
|
||||
masked: no
|
||||
|
||||
- name: enable and start additional services for avahi-linker
|
||||
systemd:
|
||||
name: '{{ item }}'
|
||||
state: started
|
||||
enabled: yes
|
||||
masked: no
|
||||
with_items:
|
||||
- vdr-net-monitor
|
||||
- vdr-update-monitor
|
||||
- prevent-umount-on-pause
|
||||
|
Loading…
Reference in New Issue
Block a user