summaryrefslogtreecommitdiffstats
path: root/roles/firefox/meta/main.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-24 22:16:43 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-24 22:29:51 +0100
commitbb251e5e6066d4eb89cdb70f682dfe7a88030a13 (patch)
tree8a68bc1705bea688eb8b5e63307cc6323a4e6826 /roles/firefox/meta/main.yml
parenta41a92c635d7a4d5a72f55869082f1a76623cd45 (diff)
Add initial firefox role implementation with only GNOME support for pass
Diffstat (limited to 'roles/firefox/meta/main.yml')
-rw-r--r--roles/firefox/meta/main.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/roles/firefox/meta/main.yml b/roles/firefox/meta/main.yml
new file mode 100644
index 00000000..3da12597
--- /dev/null
+++ b/roles/firefox/meta/main.yml
@@ -0,0 +1,21 @@
+---
+dependencies:
+ - role: "sed"
+ - role: "python"
+ - role: "bash"
+galaxy_info:
+ author: "a14m"
+ description: "Configure firefox settings and policies."
+ company: "kartoffeln.work GmbH."
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"
+ - name: "Ubuntu"
+ versions:
+ - "noble"
+ - name: "Debian"
+ versions:
+ - "bookworm"