machine_setup/ansible/roles/firewall/tasks/linux.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

7 lines
111 B
YAML

# - name: Install packages
# pacman:
# name:
# - foo
# state: present
# update_cache: true