You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
I've setup an Ansible (v2.4) playbook that configures/checks for compliance with a list of (STIG-based) security checks. I have this playbook scheduled in cron to run weekly but I really want to get an e-mail reporting on the results of each playbook run. Is there something built into Ansible Core that will do this (we don't have Ansible Tower), or do I need to manually put something together to do that? I can envision what a manual script would need to do, but I would rather use a built-in feature if one is available.
Kai Stian Olstad
unread,
Nov 12, 2017, 9:45:28 AM11/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
You have a callback plugin called mail[1], it only report failure so if you need more you would need to change it.