machine_setup/ansible/playbook.yaml
Tom Alexander 6bdbbfa2ac
Create a firewall role that installs a pf.conf on FreeBSD.
Does not yet configure pflog nor does it do anything on Linux.
2022-10-12 21:23:40 -04:00

12 lines
137 B
YAML

- hosts: all
vars:
ansible_become: True
roles:
- sudo
- users
- zrepl
- zsh
- sshd
- base
- firewall