machine_setup/ansible/playbook.yaml

31 lines
383 B
YAML
Raw Normal View History

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