machine_setup/ansible/playbook.yaml

14 lines
161 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
- 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