mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 10:21:34 +02:00
Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation
This commit is contained in:
3
roles/desktop-browser-firefox/vars/configuration.yml
Normal file
3
roles/desktop-browser-firefox/vars/configuration.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
plugins: # Plugins to be installed in Firefox
|
||||
- "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" # U-Block Origine Plugin
|
||||
- "https://addons.mozilla.org/firefox/downloads/latest/keepassxc-browser/latest.xpi" # KeepassXC Plugin
|
13
roles/desktop-browser-firefox/vars/main.yml
Normal file
13
roles/desktop-browser-firefox/vars/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
# Default variables for the pc-firefox role
|
||||
|
||||
application_id: "firefox"
|
||||
|
||||
# Package name for Firefox on Arch Linux
|
||||
firefox_package: firefox
|
||||
|
||||
# Directory where Firefox expects distribution policies
|
||||
firefox_policy_dir: "/usr/lib/firefox/distribution"
|
||||
|
||||
# Full path to the policies file
|
||||
firefox_policy_file: "{{ firefox_policy_dir }}/policies.json"
|
Reference in New Issue
Block a user