This repository has been archived on 2020-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-influxdb/tasks/main.yml

12 lines
334 B
YAML

- name: Copy configuration files
loop:
- { src: 'influxdb.conf.j2', dest: '/etc/influxdb/influxdb.conf' }
template:
follow: yes
src: "{{ item.src }}"
dest: "{{ item.dest }}"
tags:
- influxdb
notify: Run service actions
# TODO: Set default retention policy and add volume mount config