machine_setup/ansible/playbook.yaml

31 lines
383 B
YAML
Raw Normal View History

2022-10-09 18:51:41 -04:00
- hosts: all
vars:
ansible_become: True
roles:
2022-11-13 16:39:34 -05:00
- sudo
2022-11-01 23:50:53 -04:00
- users
2022-11-13 16:39:34 -05:00
- package_manager
- zrepl
- zsh
- network
- sshd
- base
- firewall
- cpu
- ntp
- build
- graphics
- gpg
- fonts
- alacritty
- sway
- emacs
- firefox
- devfs
- ssh_client
2022-11-01 23:43:48 -04:00
- jail
2022-11-13 16:39:34 -05:00
- fuse
- autofs
- exfat
2022-11-01 23:03:30 -04:00
- bhyve