apache2: Erzeuge dhparams nur bei externen hosts

This commit is contained in:
phil 2023-01-02 19:38:11 +01:00
parent 9bc5959815
commit 7e12118d2a

View file

@ -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: