mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Solved bugs
This commit is contained in:
		| @@ -43,7 +43,7 @@ | ||||
|  | ||||
| # Docker Roles | ||||
| - name: setup nextcloud hosts | ||||
|   hosts: nextcloud | ||||
|   hosts: nextcloud_server | ||||
|   become: true | ||||
|   roles: | ||||
|    -  role: server_docker-nextcloud | ||||
| @@ -255,7 +255,7 @@ | ||||
|   hosts: swapfile | ||||
|   become: false | ||||
|   roles: | ||||
|     - system-swapfile | ||||
|     - pc_system-swapfile | ||||
|  | ||||
| - name: setup gaming hosts | ||||
|   hosts: gaming | ||||
| @@ -282,7 +282,7 @@ | ||||
|     - pc_application-torbrowser | ||||
|  | ||||
| - name: setup nextcloud | ||||
|   hosts: nextcloud | ||||
|   hosts: nextcloud_client | ||||
|   become: true | ||||
|   roles: | ||||
|     - pc_application-nextcloud | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| # This file is created by  | ||||
| # https://github.com/kevinveenbirkenbach/client-playbook/tree/main/roles/pc_application-wireguard | ||||
| # https://github.com/kevinveenbirkenbach/computer-playbook/tree/main/roles/pc_application-wireguard | ||||
|  | ||||
| net.ipv6.conf.all.disable_ipv6      = 0 | ||||
| net.ipv6.conf.default.disable_ipv6  = 0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user