mirror of
https://github.com/kevinveenbirkenbach/client-playbook.git
synced 2024-11-13 11:31:04 +01:00
12 lines
183 B
YAML
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
|