hi,
we currently use ansible with a playbook to install software packages on many servers. the installation is a vendor specific shell-script and we need the output of this script. currently i use the “mail” action to send the output, but with many hosts in my inventory i’m sending many mails.
is there an option to execute a task (or something similar) after all hosts have their tasks done? and do i have access to their registered variables like a “task_variables” list where i can iterate over?
thanks