Adapted role names

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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