need to send mail using attachment and password encryption

10 views
Skip to first unread message

visar

unread,
Nov 30, 2018, 5:01:43 AM11/30/18
to Ansible Project
Hi Experts,

I am facing issue with by below playbook on 2 scenarios

1) How to send mails using ansible without defining the password of the account. using SMTP username and password now in the play to send mail. but is there any alternate way to avoid specifying password or using the encryption for password.

  
 - name: Send email
     mail
:
        host
: smtpserver.com
        port
: 25
        username
: mydomainID
        password
: mypass
        subject
: "Ansible test mail"
        attach
: /opt/IBM/605CLM/JazzTeamserver/server/liberty/servers/clm/logs/jts.log
        body
: "Testing email"
       
from: mymailid.com
        to
:
         
- mymailid.com
        charset
: utf8
        secure
: never



2) Lokking for a way to attach the log file in the mail after starting the application. but it failing.. any advise please.   
Reply all
Reply to author
Forward
0 new messages