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 --- molecule/archlinux/converge.yml | 3 +++ molecule/debian/converge.yml | 3 +++ molecule/raspberrypi/converge.yml | 3 +++ molecule/ubuntu/converge.yml | 3 +++ 4 files changed, 12 insertions(+) (limited to 'molecule') diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 6c11ed78..9edae9c3 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -20,6 +20,8 @@ python_versions: - "3.13" vimrc_repo_url: "https://git.sr.ht/~a14m/.vim" + firefox_install_browserpass: true + firefox_install_passff: true roles: - role: "hostname" - role: "network" @@ -44,3 +46,4 @@ - role: "dotfiles" - role: "vim" - role: "neomutt" + - role: "firefox" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 972a7ffc..c6ef5574 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -31,6 +31,8 @@ - key: "000000001" value: "prometheus" vimrc_repo_url: "https://git.sr.ht/~a14m/.vim" + firefox_install_browserpass: true + firefox_install_passff: true roles: - role: "hostname" - role: "network" @@ -55,3 +57,4 @@ - role: "dotfiles" - role: "vim" - role: "neomutt" + - role: "firefox" diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index 5ee67015..3957c5f9 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -24,6 +24,8 @@ - key: "000000001" value: "prometheus" vimrc_repo_url: "https://git.sr.ht/~a14m/.vim" + firefox_install_browserpass: true + firefox_install_passff: true roles: - role: "hostname" - role: "network" @@ -45,3 +47,4 @@ - role: "dotfiles" - role: "vim" - role: "neomutt" + - role: "firefox" diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index dcf2e1cd..9d889f7d 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -20,6 +20,8 @@ python_versions: - "3.13" vimrc_repo_url: "https://git.sr.ht/~a14m/.vim" + firefox_install_browserpass: true + firefox_install_passff: true roles: - role: "hostname" - role: "network" @@ -44,3 +46,4 @@ - role: "dotfiles" - role: "vim" - role: "neomutt" + - role: "firefox" -- cgit v1.2.3