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 @@ ...@@ -9,19 +9,19 @@
- block: - block:
- name: Install Plugins - name: Install Plugins
command: td-agent-gem install {{ item }} command: td-agent-gem install {{ item }}
with_items: with_items:
- fluent-plugin-elasticsearch - fluent-plugin-elasticsearch
- fluent-plugin-elasticsearch-timestamp-check - fluent-plugin-elasticsearch-timestamp-check
- fluent-plugin-kvp-filter - fluent-plugin-kvp-filter
- name: Copy SSL Key - name: Copy SSL Key
copy: copy:
src='{{ inventory_dir }}/files/ssl/td-agent/key.pem' src: '{{ inventory_dir }}/files/ssl/td-agent/key.pem'
dest='/etc/ssl/td-agent/key.pem' dest: /etc/ssl/td-agent/key.pem
owner='root' owner: root
group='root' group: root
mode='644' mode: 644
when: not excluded_roles or "fluentd" not in excluded_roles and inventory_hostname in groups.logserver 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.
Please register or to comment