Skip to content
Snippets Groups Projects
Commit 98f016d2 authored by nimrod's avatar nimrod
Browse files

Stop or start enabled or disabled services.

parent 2cd5f64a
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@
service:
enabled: true
name: unbound
state: started
tags:
- unbound
- dns
......@@ -151,6 +152,7 @@
service:
enabled: true
name: ftpproxy
state: started
notify: Restart the FTP proxy
tags:
- ftpproxy
......@@ -266,6 +268,7 @@
service:
enabled: true
name: nsd
state: started
tags:
- nsd
- dns
......@@ -288,6 +291,7 @@
service:
enabled: true
name: dhcpd
state: started
notify:
- Restart the DHCP daemon
tags:
......@@ -364,6 +368,7 @@
service:
enabled: true
name: bgpd
state: started
notify:
- Restart the BGP daemon
tags:
......@@ -391,6 +396,7 @@
service:
enabled: true
name: ntpd
state: started
notify:
- Restart the NTP daemon
tags:
......@@ -431,6 +437,7 @@
service:
enabled: false
name: sndiod
state: stopped
notify:
- Stop the audio server
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment