- name: Send mail using Verdnatura SMTP servers community.general.mail: host: smtp.verdnatura.es port: 465 username: awx@verdnatura.es password: "{{ awx_smtp_password }}" to: sysadmin@verdnatura.es subject: Ansible-test body: System {{ ansible_hostname }} has been send successfully mail. delegate_to: localhost