computer-playbook/playbook.yml

50 lines
985 B
YAML
Raw Normal View History

2021-11-12 16:23:58 +01:00
- name: general host setup
hosts: all
become: true
roles:
2022-08-18 07:16:21 +02:00
- native-pacman-update
- native-general
- native-administrator
- native-caffeine
- native-non-free-drivers
- name: GNOME setup
hosts: gnome_hosts
become: true
roles:
- native-gnome
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
2022-08-18 08:06:28 +02:00
- name: setup multiprinter hosts
hosts: epson_multiprinter_hosts
become: true
roles:
- native-epson-multiprinter
2021-11-14 14:13:18 +01:00
- name: setup torbrowser hosts
hosts: torbrowser_hosts
become: true
roles:
- native-torbrowser
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
2021-11-14 14:13:18 +01:00
- name: setup nextcloud-client
hosts: nextcloud_client_hosts
become: true
roles:
- native-nextcloud-client
- name: setup dia
hosts: dia_hosts
become: true
roles:
- native-dia
- name: setup docker
hosts: docker_hosts
become: true
roles:
- native-docker