github.com/dzsibi/gophish@v0.7.1-0.20190719042945-1f16c7237d0d/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