Hi
I trying to get Ansible callback notifications to work with Tower. They are working perfectly if I run a playbook from the Ansible server, but not working if I run a playbook from Tower.
I am trying to send notifications to Slack.
I have placed the following Slack callback file in the following location: /usr/share/ansible_plugins/callback_plugins
I then had to add a few environment variables…but after that notifications work from the Ansible server. Used this Slack call back plugin: https://github.com/sivel/ansible/blob/v2-slack-callback/lib/ansible/plugins/callback/slack.py
Any ideas what needs to be done to get the callback to work with Tower? Is there a specific place that the plugin needs to be located for Tower to read it?
Ansible: 2.0.0.1
Ansible Tower: 2.4.3
OS: CentOS
Cheers
Mark