diff --git a/ansible/app-configs/wazuh/dashboard/opensearch_dashboards.yml.j2 b/ansible/app-configs/wazuh/dashboard/opensearch_dashboards.yml.j2 index 149b5d9b..91600838 100644 --- a/ansible/app-configs/wazuh/dashboard/opensearch_dashboards.yml.j2 +++ b/ansible/app-configs/wazuh/dashboard/opensearch_dashboards.yml.j2 @@ -1,3 +1,5 @@ +{% set vault_addr = 'https://vault.trez.wtf' %} +{% set secrets_path = 'rinoa-docker/env' %} server.host: 0.0.0.0 server.port: 5601 opensearch.hosts: https://wazuh.indexer:9200 diff --git a/ansible/app-configs/wazuh/dashboard/wazuh.yml.j2 b/ansible/app-configs/wazuh/dashboard/wazuh.yml.j2 index bb1995c8..35e4b1cb 100644 --- a/ansible/app-configs/wazuh/dashboard/wazuh.yml.j2 +++ b/ansible/app-configs/wazuh/dashboard/wazuh.yml.j2 @@ -1,6 +1,5 @@ {% set vault_addr = 'https://vault.trez.wtf' %} {% set secrets_path = 'rinoa-docker/env' %} - hosts: - 1513629884013: url: "https://wazuh.manager" diff --git a/ansible/app-configs/wazuh/indexer/wazuh.indexer.yml.j2 b/ansible/app-configs/wazuh/indexer/wazuh.indexer.yml.j2 index 7bff9be1..6beb9354 100644 --- a/ansible/app-configs/wazuh/indexer/wazuh.indexer.yml.j2 +++ b/ansible/app-configs/wazuh/indexer/wazuh.indexer.yml.j2 @@ -1,6 +1,5 @@ {% set vault_addr = 'https://vault.trez.wtf' %} {% set secrets_path = 'rinoa-docker/env' %} - network.host: "0.0.0.0" node.name: "wazuh.indexer" path.data: /var/lib/wazuh-indexer