|
|
@ -9,6 +9,12 @@ |
|
|
certificate_subject: "/C=DE/ST=Germany/L=NRW/O=Asmodee Group/OU=Mail-Relay/CN=localhost/name=Mail-Relay/emailAddress=it-admin@asmodee.de" |
|
|
certificate_subject: "/C=DE/ST=Germany/L=NRW/O=Asmodee Group/OU=Mail-Relay/CN=localhost/name=Mail-Relay/emailAddress=it-admin@asmodee.de" |
|
|
|
|
|
|
|
|
tasks: |
|
|
tasks: |
|
|
|
|
|
- name: Stelle sicher, dass die 'cryptography' Bibliothek installiert ist |
|
|
|
|
|
ansible.builtin.pip: |
|
|
|
|
|
name: cryptography |
|
|
|
|
|
version: '>=1.2.3' |
|
|
|
|
|
become: yes |
|
|
|
|
|
|
|
|
- name: Create necessary directories |
|
|
- name: Create necessary directories |
|
|
file: |
|
|
file: |
|
|
path: "{{ item }}" |
|
|
path: "{{ item }}" |
|
|
|