Adapted role names

This commit is contained in:
Kevin Veen-Birkenbach 2022-08-19 21:54:18 +02:00
parent eeb365d5b6
commit 191d7a7907
13 changed files with 33 additions and 27 deletions

View File

@ -2,67 +2,73 @@
hosts: all
become: true
roles:
- native-pacman-update
- native-administrator
- native-caffeine
- native-non-free-drivers
- name: native-collection-office
- system-pacman
- collection-administrator-tools-base
- application-caffeine
- driver-non-free
- name: collection-office-tools
hosts: collection_officetools_hosts
become: true
roles:
- native-collection-office
- collection-office-tools
- name: GNOME setup
hosts: gnome_hosts
become: true
roles:
- native-gnome
- system-gnome
- name: setup msi rgb keyboard
hosts: msi_perkeyrgb_hosts
become: true
roles:
- native-msi-perkeyrgb
- driver-msi-perkeyrgb
- name: setup ssh hosts
hosts: ssh_hosts
become: false
roles:
- native-msi-perkeyrgb
- application-ssh
- name: setup swapfile hosts
hosts: swapfile_hosts
become: false
roles:
- role: native-swapfile
- role: driver-swapfile
- name: setup gaming hosts
hosts: gaming_hosts
become: true
roles:
- native-games
- collection-games
- name: setup multiprinter hosts
hosts: epson_multiprinter_hosts
become: true
roles:
- native-epson-multiprinter
- driver-epson-multiprinter
- name: setup torbrowser hosts
hosts: torbrowser_hosts
become: true
roles:
- native-torbrowser
- name: setup libreoffice hosts
hosts: libreoffice_hosts
become: true
roles:
- native-libreoffice
- application-torbrowser
- name: setup nextcloud-client
hosts: nextcloud_client_hosts
become: true
roles:
- native-nextcloud-client
- application-nextcloud-client
- name: setup dia
hosts: dia_hosts
become: true
roles:
- native-dia
- application-dia
- name: setup docker
hosts: docker_hosts
become: true
roles:
- native-docker
- application-docker

View File

@ -0,0 +1,2 @@
dependencies:
- application-git

View File

@ -1,2 +1,2 @@
dependencies:
- native-git
- application-git

View File

@ -1,2 +1,2 @@
dependencies:
- native-libreoffice
- application-libreoffice

View File

@ -1,3 +1,3 @@
# native-gnome
# system-gnome
## further information
- https://askubuntu.com/questions/1029376/how-do-i-enable-and-disable-gnome-extensions-from-the-command-line

View File

@ -1,2 +1,2 @@
dependencies:
- native-git
- application-git

View File

@ -1,2 +0,0 @@
dependencies:
- native-git