mirror of
https://github.com/kevinveenbirkenbach/client-playbook.git
synced 2024-11-11 02:21:03 +01:00
11 lines
169 B
YAML
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
|