mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Adapted role names
This commit is contained in:
parent
eeb365d5b6
commit
191d7a7907
48
playbook.yml
48
playbook.yml
@ -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
|
||||
|
2
roles/application-ssh/meta/main.yml
Normal file
2
roles/application-ssh/meta/main.yml
Normal file
@ -0,0 +1,2 @@
|
||||
dependencies:
|
||||
- application-git
|
@ -1,2 +1,2 @@
|
||||
dependencies:
|
||||
- native-git
|
||||
- application-git
|
@ -1,2 +1,2 @@
|
||||
dependencies:
|
||||
- native-libreoffice
|
||||
- application-libreoffice
|
@ -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
|
@ -1,2 +1,2 @@
|
||||
dependencies:
|
||||
- native-git
|
||||
- application-git
|
@ -1,2 +0,0 @@
|
||||
dependencies:
|
||||
- native-git
|
Loading…
Reference in New Issue
Block a user