mirror of
https://github.com/roles-ansible/ansible_role_install_firefox.git
synced 2024-08-16 12:59:49 +02:00
improve README
This commit is contained in:
parent
617493adbf
commit
0042a5a2f7
2 changed files with 5 additions and 4 deletions
|
@ -2,14 +2,15 @@
|
||||||
=======================================
|
=======================================
|
||||||
Ansible role to install firefox with some plugins and language packs, if your system packet manager provides them (and they are configured)
|
Ansible role to install firefox with some plugins and language packs, if your system packet manager provides them (and they are configured)
|
||||||
|
|
||||||
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/)
|
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.*
|
||||||
|
|
||||||
|
|
||||||
Tested on:
|
Testing
|
||||||
----------
|
----------
|
||||||
|
|
||||||
This role is used and tested on Archlinux.
|
This role is in use on Archlinux.
|
||||||
That is the reason, why there are there the most plugins configured.
|
That is the reason, why there are there the most plugins configured.
|
||||||
|
There are some github actions that will do some basic testing.
|
||||||
|
|
||||||
Participate
|
Participate
|
||||||
--------------
|
--------------
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
playbook_version_number: 9004 # should be int
|
playbook_version_number: 9005 # should be int
|
||||||
playbook_version_path: 'role-firefox-installation_simple_chaos-bodensee_github.com.version'
|
playbook_version_path: 'role-firefox-installation_simple_chaos-bodensee_github.com.version'
|
||||||
|
|
||||||
firefox_params:
|
firefox_params:
|
||||||
|
|
Loading…
Reference in a new issue