computer-playbook/playbook.yml

17 lines
298 B
YAML
Raw Normal View History

2021-11-12 16:23:58 +01:00
- name: general host setup
hosts: all
become: true
roles:
2021-11-12 16:46:26 +01:00
- pacman-update
2021-11-12 17:05:11 +01:00
- general
2021-11-12 16:46:26 +01:00
- name: setup gaming hosts
hosts: gaming_hosts
become: true
roles:
2021-11-14 13:56:22 +01:00
- native-games
2021-11-13 18:08:49 +01:00
- name: setup libreoffice hosts
hosts: libreoffice_hosts
become: true
roles:
2021-11-14 13:56:22 +01:00
- native-libreoffice