From 3b09a1e7dfa072120094ef2a0482ec6b2a8cdd53 Mon Sep 17 00:00:00 2001 From: nicolas-f <1382241+nicolas-f@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:51:03 +0200 Subject: [PATCH] oups --- .../ansible_openvpn/playbooks/deploy_elastic_web_dashboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ansible_openvpn/playbooks/deploy_elastic_web_dashboard.yml b/services/ansible_openvpn/playbooks/deploy_elastic_web_dashboard.yml index 7f60149..3b27cac 100644 --- a/services/ansible_openvpn/playbooks/deploy_elastic_web_dashboard.yml +++ b/services/ansible_openvpn/playbooks/deploy_elastic_web_dashboard.yml @@ -8,7 +8,7 @@ tasks: - name: Create configuration file for website copy: - content: "{\"id\":\"{{ api_key_id }}\",\"name\":\"python\",\"api_key\":\"Qk77qq1AR3WxkwbuQw_Jcw\",\"es_url\":\"https://es01:9200\",\"verify_certs\":false}" + content: "{\"id\":\"{{ api_key_id }}\",\"name\":\"python\",\"api_key\":\"{{ api_key }}\",\"es_url\":\"https://es01:9200\",\"verify_certs\":false}" dest: '{{ destination }}app/config.json' - name: Website synchronization ansible.posix.synchronize: