mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
fix: template tube archivist es pw
This commit is contained in:
@@ -8,6 +8,8 @@ RSYSLOG_SERVER: internal.monitoring.atlantishq.de
|
|||||||
influxdb_telegraf_password: HISTORY_PURGED_SECRET
|
influxdb_telegraf_password: HISTORY_PURGED_SECRET
|
||||||
code_server_password: HISTORY_PURGED_SECRET
|
code_server_password: HISTORY_PURGED_SECRET
|
||||||
|
|
||||||
|
tube_archivist_elasticsearch_password: HISTORY_PURGED_SECRET
|
||||||
|
|
||||||
icinga_api_user: "mobile"
|
icinga_api_user: "mobile"
|
||||||
icinga_api_pass: "HISTORY_PURGED_SECRET"
|
icinga_api_pass: "HISTORY_PURGED_SECRET"
|
||||||
icinga_api_url: "https://192.168.122.107:5665"
|
icinga_api_url: "https://192.168.122.107:5665"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
- TA_HOST=tubearchivist.local # set your host name
|
- TA_HOST=tubearchivist.local # set your host name
|
||||||
- TA_USERNAME=tubearchivist # your initial TA credentials
|
- TA_USERNAME=tubearchivist # your initial TA credentials
|
||||||
- TA_PASSWORD=verysecret # your initial TA credentials
|
- TA_PASSWORD=verysecret # your initial TA credentials
|
||||||
- ELASTIC_PASSWORD=HISTORY_PURGED_SECRET # set password for Elasticsearch
|
- ELASTIC_PASSWORD={{ tube_archivist_elasticsearch_password }}
|
||||||
- TZ=Europe/Berlin # set your time zone
|
- TZ=Europe/Berlin # set your time zone
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
|
||||||
@@ -44,7 +44,7 @@ services:
|
|||||||
container_name: archivist-es
|
container_name: archivist-es
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- "ELASTIC_PASSWORD=HISTORY_PURGED_SECRET" # matching Elasticsearch password
|
- "ELASTIC_PASSWORD={{ tube_archivist_elasticsearch_password }}"
|
||||||
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
|
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
|
||||||
- "xpack.security.enabled=true"
|
- "xpack.security.enabled=true"
|
||||||
- "discovery.type=single-node"
|
- "discovery.type=single-node"
|
||||||
|
|||||||
Reference in New Issue
Block a user