machine_setup/ansible/playbook.yaml

13 lines
151 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
- zrepl
- zsh
2022-10-14 01:30:31 -04:00
- network
2022-10-11 23:51:42 -04:00
- sshd
- base
- firewall