buluma.firefox
Ansible Role Firefox
Installing Firefox
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
Here’s an example which is taken from molecule/default/converge.yml
. It gets tested every time there’s a push or a release.
---
- name: Converge
hosts: all
become: true
gather_facts: true
roles:
- role: buluma.firefox
Before running the above, prepare the machine using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: true
gather_facts: false
roles:
- role: buluma.bootstrap
- role: buluma.ca_certificates
For a more detailed explanation and examples, check this guide.
Role Variables
Default variable values are found in defaults/main.yml
:
---
# https://github.com/030/ansible-firefox
# https://ftp.mozilla.org/pub/firefox/releases/123.0/SHA512SUMS
firefox_checksum: sha512:9ab94d078ef9178e2b12ab8aa114eb6f84ea7c9b3055e552156764019a13aeb39fff91f9b402156c5c12b6053df14228bbffffe81199dc6ef967d21fb5a962ba # yamllint disable-line rule:line-length
firefox_desktop_icon: false
firefox_home: /opt/firefox-{{ firefox_version }}
firefox_image_path: "firefox/browser/chrome/icons/default/default128.png"
firefox_logo: "{{ firefox_home }}/{{ firefox_image_path }}"
firefox_version: "123.0"
Requirements
- pip packages listed in requirements.txt.
State of Used Roles
The following roles help in preparing your system. You can also use other methods.
Requirement | GitHub | Version |
---|---|---|
buluma.bootstrap | ||
buluma.ca_certificates |
Context
This role is part of a collection of compatible roles. For more details, visit the documentation for these roles.
Here’s a visual of related roles:
Compatibility
This role has been tested with these container images:
container | tags |
---|---|
EL | 7 |
Ubuntu | all |
Debian | all |
Fedora | all |
You need at least Ansible version 2.12. Tests were done on:
- The previous version.
- The current version.
- The development version.
If you find any issues, please report them on GitHub.
Changelog
Check the Role History.
License
This role is licensed under Apache-2.0.
Author Information
Written by Shadow Walker.
ansible-galaxy install buluma.firefox