machine_setup/ansible/playbook.yaml

27 lines
335 B
YAML
Raw Normal View History

2022-10-09 22:51:41 +00:00
- hosts: all
vars:
ansible_become: True
roles:
2022-10-30 03:52:55 +00:00
- sudo
- users
- package_manager
- zrepl
- zsh
- network
- sshd
- base
- firewall
2022-10-30 03:52:55 +00:00
- cpu
- ntp
- build
- graphics
- gpg
- fonts
- alacritty
- sway
- emacs
- firefox
- devfs
- ssh_client
- jail