Skip to content

Commit 07703e2

Browse files
committed
Include ntp role into Graylog playbook
Having ntp is a requrement for each of the servers involved into the graylog installation.
1 parent 4fcbe84 commit 07703e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graylog.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- import_role:
88
name: 'system'
99

10+
- import_role:
11+
name: 'ntp'
12+
1013
- import_tasks: 'roles/graylog-server/tasks/common.yml'
1114

1215
# Configurations for backend servers

0 commit comments

Comments
 (0)