mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Moved browser extensions to configuration
This commit is contained in:
		| @@ -1,7 +0,0 @@ | ||||
| { | ||||
|     "ExtensionInstallForcelist": [ | ||||
|       "cjpalhdlnbpafiamejdnhcphjbkeiagm;https://clients2.google.com/service/update2/crx", | ||||
|       "oboonakemofpalcgghocfoadofidjkkk;https://clients2.google.com/service/update2/crx" | ||||
|     ] | ||||
|   } | ||||
|    | ||||
| @@ -21,7 +21,7 @@ | ||||
|     mode: '0755' | ||||
|  | ||||
| - name: Copy the extensions policy file for Chromium | ||||
|   copy: | ||||
|     src: extensions_policy.json | ||||
|   template: | ||||
|     src: extensions_policy.json.j2 | ||||
|     dest: /etc/chromium/policies/managed/extensions_policy.json | ||||
|     mode: '0644' | ||||
|   | ||||
| @@ -0,0 +1,7 @@ | ||||
| { | ||||
|   "ExtensionInstallForcelist": [ | ||||
|     {% for plugin in applications[application_id].plugins -%} | ||||
|       "{{ plugin }}"{% if not loop.last %},{% endif %} | ||||
|     {% endfor %} | ||||
|   ] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user