computer-playbook/playbook.yml

11 lines
169 B
YAML
Raw Normal View History

2021-11-12 16:23:58 +01:00
- name: general host setup
hosts: all
become: true
roles:
2021-11-12 16:46:26 +01:00
- pacman-update
- name: setup gaming hosts
hosts: gaming_hosts
become: true
roles:
- games