From 7e12118d2a500256bafb8d903315edca56518c82 Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 2 Jan 2023 19:38:11 +0100 Subject: [PATCH] apache2: Erzeuge dhparams nur bei externen hosts --- tasks/configuration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/configuration.yml b/tasks/configuration.yml index d2278c5..57edd99 100644 --- a/tasks/configuration.yml +++ b/tasks/configuration.yml @@ -15,6 +15,7 @@ - name: "apache | Generiere Diffie-Hellman-Parameter" openssl_dhparam: path: "{{ dhparams_path }}" + when: "'extern_hosts' in group_names" - name: "configuration | Kopiere Dateien" ansible.builtin.copy: