ansible-playbooks

another attempt to have everything organized ...
git clone https://git.e1e0.net/ansible-playbooks.git
Log | Files | Refs | README | LICENSE

main.yml (166B)


      1 ---
      2 pf_external_interface: "vio0"
      3 
      4 pf_tcp_ports_allowed:
      5   - 80
      6   - 443
      7 
      8 pf_udp_ports_allowed: []
      9 
     10 pf_tcp_trusted_ports_allowed: []
     11 
     12 pf_udp_trusted_ports_allowed: []