pixelart.chrome
Ansible Role: Google Chrome
This role installs the Google Chrome browser on Ubuntu or Debian systems.
Requirements
- You must accept the Google Chrome Terms of Service before using this role to install Chrome.
- Note that Google only provides a 64-bit version of Chrome, so this role only works on 64-bit systems.
Role Variables
Here are the available variables with their default values (refer to defaults/main.yml
):
chrome_release_channel
: 'stable'
This defines which version of Google Chrome to install:stable
,beta
, orunstable
.chrome_disable_gpu
: false
Set this totrue
to turn off GPU acceleration in Google Chrome.chrome_policies_managed
: []chrome_policies_recommended
: []
Use these lists for policies you want to manage/enforce or recommend. For a full list of policies, visit https://www.chromium.org/administrators/policy-list-3.chrome_policies_filename
: 'policy.json'
This specifies the filename for the policies in their respective directories.
Dependencies
None.
Example Playbook
- hosts: phpdevs
roles:
- pixelart.chrome
After running this playbook, Google Chrome will be installed and users will be able to launch the application normally.
Code of Conduct
This project follows a Contributor Code of Conduct. By contributing, you agree to its terms.
License
MIT, see the LICENSE file for details.
Author Information
This role was developed in 2017 by pixelart GmbH.
ansible-galaxy install pixelart.chrome