machine_setup/ansible/playbook.yaml

24 lines
300 B
YAML
Raw Normal View History

2022-10-09 18:51:41 -04:00
- hosts: all
vars:
ansible_become: True
roles:
- sudo
2022-10-09 23:36:22 -04:00
- users
2022-10-15 22:49:05 -04:00
- package_manager
- zrepl
- zsh
2022-10-14 01:30:31 -04:00
- network
2022-10-11 23:51:42 -04:00
- sshd
- base
# - firewall
2022-10-15 19:51:54 -04:00
- cpu
2022-10-15 19:59:25 -04:00
- ntp
2022-10-15 21:40:41 -04:00
- build
2022-10-15 21:51:43 -04:00
- graphics
2022-10-16 00:32:44 -04:00
- gpg
2022-10-17 15:22:46 -04:00
- fonts
2022-10-17 15:29:31 -04:00
- alacritty
2022-10-17 14:40:22 -04:00
- sway
2022-10-19 22:52:45 -04:00
- emacs
2022-10-23 20:49:48 -04:00
- firefox