machine_setup/ansible/playbook.yaml
Tom Alexander 2e893733a8
NAT working but not fail-safe.
When the firewall is down, packets still go out wlan0 but with untranslated source ips.
2022-10-29 23:56:11 -04:00

27 lines
375 B
YAML

- hosts: all
vars:
ansible_become: True
roles:
# - sudo
# - users
# - package_manager
# - zrepl
# - zsh
# - network
# - sshd
# - base
- firewall
# - cpu
# - ntp
# - build
# - graphics
# - gpg
# - fonts
# - alacritty
# - sway
# - emacs
# - firefox
# - devfs
# - ssh_client
- jail