ansible-playbooks

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

main.yml (199B)


      1 ---
      2 - name: Create pf.conf
      3   template:
      4     src: templates/pf.conf.j2
      5     dest: /etc/pf.conf
      6     validate: pfctl -n -f %s
      7     owner: root
      8     group: wheel
      9     mode: 0600
     10   notify:
     11     - load pf rules