machine_setup/ansible/playbook.yaml

43 lines
584 B
YAML
Raw Normal View History

- hosts: all:!jail
2022-10-09 22:51:41 +00:00
vars:
ansible_become: True
roles:
2022-12-03 22:22:53 +00:00
- sudo
- users
- package_manager
- zrepl
- zsh
- network
- sshd
- base
- firewall
- cpu
- ntp
- build
- graphics
- gpg
- fonts
- alacritty
- sway
- emacs
- firefox
- devfs
- ssh_client
- sshfs
- jail
- fuse
- autofs
- exfat
- bhyve
- media
- kubernetes
- google_cloud_sdk
- ansible
2022-12-03 22:16:37 +00:00
- wireguard
- hosts: nat_dhcp:homeserver_nat_dhcp
vars:
ansible_become: True
roles:
- jail_nat_dhcp