client-playbook/playbook.yml

116 lines
2.0 KiB
YAML
Raw Normal View History

2021-11-12 16:23:58 +01:00
- name: general host setup
hosts: all
become: true
roles:
2022-08-19 21:54:18 +02:00
- system-pacman
2023-03-24 11:14:27 +01:00
- collection-administrator-base
2022-08-19 21:54:18 +02:00
- driver-non-free
2023-04-11 21:21:06 +02:00
- name: application-wireguard
hosts: application_wireguard_hosts
become: true
roles:
- application-wireguard
2023-03-24 11:14:27 +01:00
- name: collection-office
2022-08-19 21:39:23 +02:00
hosts: collection_officetools_hosts
become: true
roles:
2023-03-24 11:14:27 +01:00
- collection-office
- name: collection-designer
hosts: collection_designer_hosts
become: true
roles:
- collection-designer
- name: collection-torrent
hosts: collection_torrent_hosts
become: true
roles:
- collection-torrent
- name: collection-streamer
hosts: collection_streamer_hosts
become: true
roles:
- collection-streamer
2022-08-19 21:54:18 +02:00
2022-09-04 20:08:33 +02:00
- name: collection-bluray-player
hosts: collection_bluray_player_hosts
become: true
roles:
- collection-bluray-player
2022-10-12 12:23:33 +02:00
- name: driver-intel
hosts: intel_hosts
become: true
roles:
- driver-intel
2022-10-13 18:29:15 +02:00
- name: application-latex
hosts: latex_hosts
become: true
roles:
- application-latex
- name: GNOME setup
hosts: gnome_hosts
become: true
roles:
2022-08-19 21:54:18 +02:00
- system-gnome
2022-08-18 19:23:43 +02:00
- name: setup msi rgb keyboard
hosts: msi_perkeyrgb_hosts
become: true
roles:
2022-08-19 21:54:18 +02:00
- driver-msi-perkeyrgb
- name: setup ssh hosts
hosts: ssh_hosts
become: false
roles:
2022-08-19 21:54:18 +02:00
- application-ssh
- name: setup swapfile hosts
hosts: swapfile_hosts
become: false
roles:
2022-08-19 21:58:02 +02:00
- system-swapfile
2022-08-19 21:54:18 +02:00
2021-11-12 16:46:26 +01:00
- name: setup gaming hosts
hosts: gaming_hosts
become: true
roles:
2022-08-19 21:54:18 +02:00
- collection-games
2023-03-24 11:14:27 +01:00
- name: setup entertainment hosts
hosts: entertainment_hosts
become: true
roles:
- collection-entertainment
2022-08-18 08:06:28 +02:00
- name: setup multiprinter hosts
hosts: epson_multiprinter_hosts
become: true
roles:
2022-08-19 21:54:18 +02:00
- driver-epson-multiprinter
2021-11-14 14:13:18 +01:00
- name: setup torbrowser hosts
hosts: torbrowser_hosts
become: true
roles:
2022-08-19 21:54:18 +02:00
- application-torbrowser
2022-08-19 22:26:04 +02:00
- name: setup nextcloud
hosts: nextcloud_hosts
2021-11-14 14:13:18 +01:00
become: true
roles:
2022-08-19 22:26:04 +02:00
- application-nextcloud
2022-08-19 21:54:18 +02:00
2021-11-14 14:13:18 +01:00
- name: setup docker
hosts: docker_hosts
become: true
roles:
2022-08-19 21:54:18 +02:00
- application-docker