Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 865 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 865 Bytes

Ansible - GoPhish Notifier

t94j0.gophish_notifier

Install GoPhish Notifier

Role Variables

config - Dictionary containing configuation

Dependencies

None

Example Playbook

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'

License

MIT

Author Information

Max Harley