github.com/merlinepedra/gopphish-attack@v0.9.0/ansible-playbook/roles/gophish/vars/main.yml (about)

     1  enable_ufw_firewall: true
     2  
     3  install_packages:
     4    - postfix
     5    - unzip
     6  
     7  hostname: gophish
     8  gophish_user: ubuntu
     9  postfix_hostname: gophish
    10  postfix_inet_interfaces: 127.0.0.1
    11  
    12  # Required if changing /etc/hostname to something different.
    13  reboot_box: true