Skip to content
Snippets Groups Projects
Commit b82bb699 authored by jurgenhaas's avatar jurgenhaas
Browse files

Change dependencies so that we can call role fluentd on the full farm

parent f2571fab
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,3 @@
dependencies:
- { role: fluentd-client }
- { role: kibana }
......@@ -13,7 +13,6 @@
- 'fluent-plugin-elasticsearch'
- 'fluent-plugin-elasticsearch-timestamp-check'
- 'fluent-plugin-kvp-filter'
- 'fluent-plugin-record-reformer'
- name: "Copy SSL Key"
copy:
......@@ -23,4 +22,4 @@
group='root'
mode='644'
when: '"fluentd" not in excluded_roles'
when: '"fluentd" not in excluded_roles and inventory_hostname in groups.logserver'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment