machine_setup/ansible/playbook.yaml

26 lines
324 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 19:29:31 +00:00
- alacritty
2022-10-17 18:40:22 +00:00
- sway
2022-10-20 02:52:45 +00:00
- emacs
2022-10-24 00:49:48 +00:00
- firefox
2022-10-27 04:31:58 +00:00
- devfs
2022-10-27 05:43:04 +00:00
- ssh_client