Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions ansible/inventories/devnet-3/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,6 @@ docker_nginx_proxy_wildcard_cert_psk: "{{ secret_cert_encryption_psk }}"
otlp_endpoint: "https://otlp.analytics.production.platform.ethpandaops.io"
otlp_deployment_env: production

# otelcol-contrib is no longer used at the edge; the role removes its container.
otelcol_contrib_cleanup: true

# role: ethpandaops.general.vector
vector_config: |
# Docker container logs (clean per-container metadata straight from the Docker API)
Expand Down
3 changes: 0 additions & 3 deletions ansible/inventories/devnet-6/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,6 @@ docker_nginx_proxy_wildcard_cert_psk: "{{ secret_cert_encryption_psk }}"
otlp_endpoint: "https://otlp.analytics.production.platform.ethpandaops.io"
otlp_deployment_env: production

# otelcol-contrib is no longer used at the edge; the role removes its container.
otelcol_contrib_cleanup: true

# role: ethpandaops.general.vector
vector_config: |
# Docker container logs (clean per-container metadata straight from the Docker API)
Expand Down
3 changes: 0 additions & 3 deletions ansible/inventories/devnet-7/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,6 @@ docker_nginx_proxy_wildcard_cert_psk: "{{ secret_cert_encryption_psk }}"
otlp_endpoint: "https://otlp.analytics.production.platform.ethpandaops.io"
otlp_deployment_env: production

# otelcol-contrib is no longer used at the edge; the role removes its container.
otelcol_contrib_cleanup: true

# role: ethpandaops.general.vector
vector_config: |
# Docker container logs (clean per-container metadata straight from the Docker API)
Expand Down
2 changes: 0 additions & 2 deletions ansible/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
tags: [init-server, node_exporter]
- role: ethpandaops.general.prometheus
tags: [init-server, prometheus]
- role: ethpandaops.general.otelcol_contrib
tags: [init-server, otelcol]
- role: ethpandaops.general.vector
tags: [init-server, vector]

Expand Down