Skip to content

hellofresh/ansible-firefox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f8f48b4 · Nov 27, 2024

History

13 Commits
Nov 27, 2024
Feb 25, 2016
Feb 25, 2016
Jan 8, 2018
Feb 25, 2016
Feb 25, 2016
Feb 25, 2016
May 30, 2016
Feb 25, 2016
Aug 20, 2020
Feb 25, 2016
Feb 25, 2016
Feb 25, 2016

Repository files navigation

ansible-firefox

Build Status

An ansible role that installs multiple version of firefox.

Role Variables

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