Remove unnecessary influxdb instance
Never used it anyway
This commit is contained in:
parent
d59e86a8e8
commit
3c3f69a776
5 changed files with 0 additions and 65 deletions
|
@ -1,29 +0,0 @@
|
|||
version: "2.3"
|
||||
|
||||
services:
|
||||
influxdb:
|
||||
image: influxdb:1.8-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/tank/dbs/influx/forrest:/var/lib/influxdb
|
||||
environment:
|
||||
- INFLUXDB_HTTP_AUTH_ENABLED=true
|
||||
networks:
|
||||
- default
|
||||
- grafana
|
||||
|
||||
chronograf:
|
||||
image: chronograf:1.8-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- INFLUXDB_URL=http://influxdb:8086
|
||||
- INFLUXDB_USERNAME=influxadmin
|
||||
- INFLUXDB_PASSWORD={{ influxdb_admin_password }}
|
||||
volumes:
|
||||
- ./chronograf:/var/lib/chronograf
|
||||
ports:
|
||||
- "{{ pve_hosts.forrest.ip }}:8888:8888"
|
||||
|
||||
networks:
|
||||
grafana:
|
||||
external: true
|
|
@ -3,11 +3,6 @@
|
|||
chdir: /opt/grafana
|
||||
cmd: "{{ docker_update_command }}"
|
||||
|
||||
- name: restart influxdb
|
||||
shell:
|
||||
chdir: /opt/influxdb
|
||||
cmd: "{{ docker_update_command }}"
|
||||
|
||||
- name: restart prometheus
|
||||
shell:
|
||||
chdir: /opt/prometheus
|
||||
|
|
|
@ -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
|
|
@ -1,8 +1,5 @@
|
|||
- name: Grafana
|
||||
include: grafana.yml
|
||||
|
||||
- name: InfluxDB
|
||||
include: influxdb.yml
|
||||
|
||||
- name: Prometheus
|
||||
include: prometheus.yml
|
||||
|
|
|
@ -19,14 +19,3 @@ grafana_from_email: !vault |
|
|||
65626435353036663938356330303564346137363961313236636263333238313166656231353931
|
||||
6161633634636337320a396661373963623661363162643161393033653032623432323536306630
|
||||
39346665653031316261346636336566343563373165653763643831313234356532
|
||||
influxdb_admin_password: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
31323766353638383736373034323334656630613637393036353038303061393232613438643534
|
||||
6430636662313565313836363465303836366562653838340a393932613361633735393737376133
|
||||
62313538363731386237653965376661383031613733616437303434623563626233346636323731
|
||||
3861363965373432630a333963623830666139316166336239623262663361393231326335303434
|
||||
62363931383533626234343235613563336233633137636232323836643432383666336331663135
|
||||
63666331636630663038333439663365386666303033346636333263363262643436643965636636
|
||||
63373030313932383332313637643233366133366361653531643037366434656364626234353066
|
||||
31623363626666353434646666636334346233613035663361316439643963316465393266653633
|
||||
31626330646634353636626139396534613631316361316664353435336132396538
|
||||
|
|
Loading…
Reference in a new issue