|
|
@ -3,6 +3,7 @@ |
|
|
hosts: all |
|
|
hosts: all |
|
|
become: true |
|
|
become: true |
|
|
vars: |
|
|
vars: |
|
|
|
|
|
password: "Must be set - see ITM" |
|
|
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) }}" |
|
|
|