|
|
@ -6,7 +6,15 @@ |
|
|
mail_relay_dir: /mnt/docker/mail-relay |
|
|
mail_relay_dir: /mnt/docker/mail-relay |
|
|
conf_dir: "{{ mail_relay_dir }}/conf" |
|
|
conf_dir: "{{ mail_relay_dir }}/conf" |
|
|
mail_relay_password: "{{ lookup('community.general.random_string', length=10, special=false) }}" |
|
|
mail_relay_password: "{{ lookup('community.general.random_string', length=10, special=false) }}" |
|
|
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: |
|
|
|
|
|
commonName: "localhost" |
|
|
|
|
|
countryName: "DE" |
|
|
|
|
|
stateOrProvinceName: "Germany" |
|
|
|
|
|
localityName: "NRW" |
|
|
|
|
|
organizationName: "Asmodee Group" |
|
|
|
|
|
organizationalUnitName: "Mail-Relay" |
|
|
|
|
|
emailAddress: "it-admin@asmodee.de" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tasks: |
|
|
tasks: |
|
|
- name: Stelle sicher, dass die 'cryptography' Bibliothek installiert ist |
|
|
- name: Stelle sicher, dass die 'cryptography' Bibliothek installiert ist |
|
|
|