Install GoPhish Notifier
config
- Dictionary containing configuation
None
Configuration as YAML in /etc/gophish_notifier/config.yml
.
- hosts: servers
roles:
- include_role:
name: t94j0.gophish_notifier
vars:
config:
secret: abc123
base_url: https://localhost:3333
profiles:
- slack
slack:
webhook: 'https://hooks.slack.com/services/...'
bot_channel: '#testing'
MIT
Max Harley