summaryrefslogtreecommitdiffstats
path: root/roles/firefox
AgeCommit message (Collapse)AuthorFilesLines
2026-04-21Fix firefox role install on ubuntu gnome (missing curl dep).Ahmed Abdelhalim1-0/+1
2026-03-06Convert force_installed to normal_installedAhmed Abdelhalim4-12/+12
This is to allow users to remove these defaults if they want to
2026-03-04Remove duplicate fields from argument_specs filesAhmed Abdelhalim1-2/+0
2026-02-23Fix typo in the name of a taskAhmed Abdelhalim1-1/+1
2026-02-22Refactor firefox role to use flatpak on debianAhmed Abdelhalim9-29/+40
2026-02-22Fix set firefox as default on ubuntuAhmed Abdelhalim2-1/+3
2026-02-22Fix ubuntu firefox set defaultAhmed Abdelhalim1-1/+1
2026-02-22Fix xdg-settings of firefox on different systems using different pkgsAhmed Abdelhalim4-1/+4
2026-02-21Add missing xdg-utils roleAhmed Abdelhalim1-1/+2
2026-02-21Configure default browserAhmed Abdelhalim1-0/+6
2026-01-24Fix ansible_facts to use only bracket notation instead of dot notationAhmed Abdelhalim3-3/+3
Co-authored-by: claude.ai
2026-01-24Fix ansible 2.20.1 deprecation warning about ansible_varsAhmed Abdelhalim4-4/+4
2025-12-16Remove company from the roles metaAhmed Abdelhalim1-1/+0
2025-11-26Revert adding user.js configAhmed Abdelhalim4-100/+2
Since the configs were mainly to control UI pref (which is not usable with user.js, as it will always override manual customization) The rest of the features provided by user.js isn't necessary and are already covered by policies. So for now, I'm removing this user.js integration, maybe revisit it later if it's proven to be useful, ATM, it complicates and brittles the setup without providing any additional value.
2025-11-26Fix firefox installation on debian (not using snaps)Ahmed Abdelhalim3-3/+10
2025-11-26Add firefox user.js preference as a codeAhmed Abdelhalim5-8/+106
And fix the role ideompotent testing
2025-11-25Fix the testing of passff (requires pass to be installed)Ahmed Abdelhalim2-4/+12
Update the firefox role dependencies and added notes about using passff and it's required dependencies
2025-11-25Rename the firefox created profile to ansible-profile to avoid conflictAhmed Abdelhalim1-2/+2
To avoid potential conflict when a user already have a profile named and configured for them, it's simpler to use a defined ansible profile that also indicates that the profile is automated
2025-11-25Fix role to use ansible_user_id special variable instead of USER envAhmed Abdelhalim1-2/+2
The USER env is failing on CI, so reverting back to using ansible_user_id special variable, the ansible_user also failed as the CI doesn't have ssh connection (at least not during the tests, and therefore the ansible_user is undefined)
2025-11-24Add initial firefox role implementation with only GNOME support for passAhmed Abdelhalim8-0/+431