https://github.com/pixelart/ansible-role-chrome
Ansible Role: Google Chrome
https://github.com/pixelart/ansible-role-chrome
Last synced: 5 months ago
JSON representation
Ansible Role: Google Chrome
- Host: GitHub
- URL: https://github.com/pixelart/ansible-role-chrome
- Owner: pixelart
- Created: 2017-02-01T11:24:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T15:21:33.000Z (over 6 years ago)
- Last Synced: 2025-05-29T13:10:54.831Z (about 1 year ago)
- Homepage: https://galaxy.ansible.com/pixelart/chrome/
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ansible Role: Google Chrome
[](https://travis-ci.org/pixelart/ansible-role-chrome)
Installs the [Google Chrome browser](https://www.google.com/intl/en/chrome/browser/desktop/index.html) on Ubuntu or Debian.
## Requirements
- You have to agree to the [Google Chrome Terms of Service](https://www.google.com/intl/en/chrome/browser/privacy/eula_text.html) before installing Google Chrome with this role.
- Please note, that Google does provide 64 bit version of Chrome only. So the role will only be executed on a 64 bit target host.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
chrome_release_channel: 'stable'
The release channel of Google Chrome which should be installed. Can be either `stable`, `beta` or `unstable`.
chrome_disable_gpu: false
If this is set to `true` the GPU acceleration of Google Chrome will be disabled.
chrome_policies_managed: []
chrome_policies_recommended: []
A hashmap of policies you want to manage and enforce, and policies you want to recommend. See https://www.chromium.org/administrators/policy-list-3 for all policies.
chrome_policies_filename: 'policy.json'
The resulting filename of the policies in the respective directories.
## Dependencies
None.
## Example Playbook
- hosts: phpdevs
roles:
- pixelart.chrome
After the playbook runs, Google Chrome will be installed, and an application launcher will be accessible via normal user accounts.
## Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
## License
MIT, see the [LICENSE](LICENSE) file.
## Author Information
This role was created in 2017 by [pixelart GmbH](https://www.pixelart.at/).