client-playbook/playbook.yml

12 lines
183 B
YAML

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