Remove unnecessary influxdb instance

Never used it anyway
This commit is contained in:
Jake Howard
2021-06-03 20:50:54 +01:00
parent d59e86a8e8
commit 3c3f69a776
5 changed files with 0 additions and 65 deletions

View File

@ -1,17 +0,0 @@
- name: Create influxdb install directory
file:
path: /opt/influxdb
state: directory
owner: "{{ docker_user.name }}"
mode: "{{ docker_compose_directory_mask }}"
become: true
- name: Install influxdb compose file
template:
src: files/influxdb/docker-compose.yml
dest: /opt/influxdb/docker-compose.yml
mode: "{{ docker_compose_file_mask }}"
owner: "{{ docker_user.name }}"
validate: docker-compose -f %s config
notify: restart influxdb
become: true

View File

@ -1,8 +1,5 @@
- name: Grafana
include: grafana.yml
- name: InfluxDB
include: influxdb.yml
- name: Prometheus
include: prometheus.yml