mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Added games role
This commit is contained in:
parent
02e1cab5cf
commit
5d46b98eec
@ -2,4 +2,9 @@
|
||||
hosts: all
|
||||
become: true
|
||||
roles:
|
||||
- native-pacman-update
|
||||
- pacman-update
|
||||
- name: setup gaming hosts
|
||||
hosts: gaming_hosts
|
||||
become: true
|
||||
roles:
|
||||
- games
|
||||
|
15
roles/games/tasks/main.yml
Normal file
15
roles/games/tasks/main.yml
Normal file
@ -0,0 +1,15 @@
|
||||
- name: Install gaming software
|
||||
community.general.pacman:
|
||||
name:
|
||||
- 0ad
|
||||
- warzone2100
|
||||
- supertuxkart
|
||||
- gnuchess
|
||||
- sauerbraten
|
||||
- assaultcube
|
||||
- minetest
|
||||
- mari0
|
||||
- retroarch
|
||||
- retroarch-assets-xmb
|
||||
- retroarch-assets-ozone
|
||||
state: present
|
Loading…
Reference in New Issue
Block a user