apache2: Erzeuge dhparams nur bei externen hosts
This commit is contained in:
parent
9bc5959815
commit
7e12118d2a
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue