Skip to content

t94j0/ansible-gophish-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published