machine_setup/ansible/playbook.yaml

21 lines
253 B
YAML
Raw Normal View History

2022-10-09 22:51:41 +00:00
- hosts: all
vars:
ansible_become: True
roles:
- sudo
2022-10-10 03:36:22 +00:00
- users
2022-10-16 02:49:05 +00:00
- package_manager
- zrepl
- zsh
2022-10-14 05:30:31 +00:00
- network
2022-10-12 03:51:42 +00:00
- sshd
- base
- firewall
2022-10-15 23:51:54 +00:00
- cpu
2022-10-15 23:59:25 +00:00
- ntp
2022-10-16 01:40:41 +00:00
- build
2022-10-16 01:51:43 +00:00
- graphics
2022-10-16 04:32:44 +00:00
- gpg
2022-10-17 19:22:46 +00:00
- fonts
2022-10-17 18:40:22 +00:00
- sway