https://github.com/hellofresh/ansible-firefox
An ansible role to install multi version of firefox
https://github.com/hellofresh/ansible-firefox
open-source wiz-reliability-platform-cloud-runtime
Last synced: 3 months ago
JSON representation
An ansible role to install multi version of firefox
- Host: GitHub
- URL: https://github.com/hellofresh/ansible-firefox
- Owner: hellofresh
- License: mit
- Created: 2016-02-25T21:49:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-10-07T04:52:36.000Z (7 months ago)
- Last Synced: 2025-12-01T06:49:40.730Z (5 months ago)
- Topics: open-source, wiz-reliability-platform-cloud-runtime
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 230
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ansible-firefox
===============
[](https://travis-ci.org/hellofresh/ansible-firefox)
An ansible role that installs multiple version of firefox.
### Role Variables
```yaml
firefox_version :
- "40.0"
- "37.0"
# default version of firefox
firefox_default : "{{ firefox_version[0] }}"
firefox_link_dir : "/usr/local/bin"
firefox_instalL_dir : "/opt/firefox/"
firefox_tmp_dir : "/tmp/firefox"
```
## License
MIT
### Contributors
* [Adham Helal](https://github.com/ahelal)