machine_setup/ansible/playbook.yaml

18 lines
220 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