From bb251e5e6066d4eb89cdb70f682dfe7a88030a13 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 24 Nov 2025 22:16:43 +0100 Subject: Add initial firefox role implementation with only GNOME support for pass --- roles/firefox/meta/main.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 roles/firefox/meta/main.yml (limited to 'roles/firefox/meta/main.yml') 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" -- cgit v1.2.3