projects
/
noc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
base: Configure openntpd
[noc.git]
/
ansible
/
roles
/
base
/
handlers
/
main.yml
1
---
2
- name: restart ssh
3
service:
4
name: ssh
5
state: restarted
6
7
- name: restart openntpd
8
service:
9
name: openntpd
10
state: restarted