1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_install_firefox.git synced 2024-08-16 12:59:49 +02:00
ansible_role_install_firefox/README.md

24 lines
1 KiB
Markdown
Raw Normal View History

2019-04-25 09:58:59 +02:00
firefox-installation - ansible role
=======================================
Ansible role to install firefox with some plugins and language packs, if your system packet manager provides them (and they are configured)
2021-03-11 23:56:50 +01:00
If you set the variable ``install_pass_as_password_manager`` to true, it will also install pass and (on arch) the browser extention to communicate. That allowes you to store you passwords in gpg encrypted files on your computer. [Read More](https://www.passwordstore.org/). *But better have a look at [GoPass](https://www.gopass.pw/) if you want to use a good password manager.*
2019-04-25 10:08:32 +02:00
2021-03-11 23:56:50 +01:00
Testing
2019-04-25 09:58:59 +02:00
----------
2021-03-11 23:56:50 +01:00
This role is in use on Archlinux.
2019-04-25 09:58:59 +02:00
That is the reason, why there are there the most plugins configured.
2021-03-11 23:56:50 +01:00
There are some github actions that will do some basic testing.
2019-04-25 09:58:59 +02:00
Participate
--------------
Please, if you know a few plugins on any os that should be included in this role, simply open an issue or even better a Pull Request!
2020-04-25 21:49:44 +02:00
Set as default
------------------
```
xdg-settings set default-web-browser firefox.desktop
```