computer-playbook/playbook.yml

37 lines
685 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-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