computer-playbook/playbook.yml

11 lines
169 B
YAML

- name: general host setup
hosts: all
become: true
roles:
- pacman-update
- name: setup gaming hosts
hosts: gaming_hosts
become: true
roles:
- games