mirror of
				https://github.com/kevinveenbirkenbach/client-playbook.git
				synced 2025-11-04 15:27:56 +00:00 
			
		
		
		
	Adapted role names
This commit is contained in:
		
							
								
								
									
										48
									
								
								playbook.yml
									
									
									
									
									
								
							
							
						
						
									
										48
									
								
								playbook.yml
									
									
									
									
									
								
							@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										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:
 | 
					dependencies:
 | 
				
			||||||
- native-git
 | 
					- application-git
 | 
				
			||||||
@@ -1,2 +1,2 @@
 | 
				
			|||||||
dependencies:
 | 
					dependencies:
 | 
				
			||||||
- native-libreoffice
 | 
					- application-libreoffice
 | 
				
			||||||
@@ -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
 | 
				
			||||||
@@ -1,2 +1,2 @@
 | 
				
			|||||||
dependencies:
 | 
					dependencies:
 | 
				
			||||||
- native-git
 | 
					- application-git
 | 
				
			||||||
@@ -1,2 +0,0 @@
 | 
				
			|||||||
dependencies:
 | 
					 | 
				
			||||||
- native-git
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user