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

ansible-playbooks/general#85 Linting [skip-ci]

parent 330300cc
No related branches found
No related tags found
No related merge requests found
......@@ -9,19 +9,19 @@
- block:
- name: Install Plugins
command: td-agent-gem install {{ item }}
with_items:
- fluent-plugin-elasticsearch
- fluent-plugin-elasticsearch-timestamp-check
- fluent-plugin-kvp-filter
- name: Install Plugins
command: td-agent-gem install {{ item }}
with_items:
- fluent-plugin-elasticsearch
- fluent-plugin-elasticsearch-timestamp-check
- fluent-plugin-kvp-filter
- name: Copy SSL Key
copy:
src='{{ inventory_dir }}/files/ssl/td-agent/key.pem'
dest='/etc/ssl/td-agent/key.pem'
owner='root'
group='root'
mode='644'
- name: Copy SSL Key
copy:
src: '{{ inventory_dir }}/files/ssl/td-agent/key.pem'
dest: /etc/ssl/td-agent/key.pem
owner: root
group: root
mode: 644
when: not excluded_roles or "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