2024-09-23 14:34:09 +00:00
|
|
|
- name: Send mail using Verdnatura SMTP servers
|
2024-05-24 11:37:16 +00:00
|
|
|
community.general.mail:
|
|
|
|
host: smtp.verdnatura.es
|
|
|
|
port: 465
|
|
|
|
username: awx@verdnatura.es
|
|
|
|
password: "{{ bindsecretawx_password }}"
|
|
|
|
to: sysadmin@verdnatura.es
|
|
|
|
subject: Ansible-test
|
|
|
|
body: System {{ ansible_hostname }} has been send successfully mail.
|
|
|
|
delegate_to: localhost
|