https://github.com/dixhuit/ansible-role-google-chrome
Ansible role: Google Chrome
https://github.com/dixhuit/ansible-role-google-chrome
ansible google-chrome macos macsible
Last synced: 2 months ago
JSON representation
Ansible role: Google Chrome
- Host: GitHub
- URL: https://github.com/dixhuit/ansible-role-google-chrome
- Owner: dixhuit
- Created: 2016-06-16T13:25:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T08:22:30.000Z (over 8 years ago)
- Last Synced: 2023-08-03T12:33:43.140Z (almost 3 years ago)
- Topics: ansible, google-chrome, macos, macsible
- Homepage: https://galaxy.ansible.com/danbohea/google-chrome
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible role: Google Chrome
[](https://travis-ci.org/danbohea/ansible-role-google-chrome)
Installs & configures Google Chrome on macOS.
## Requirements
- macOS 10.11 or 10.12
## Role Variables
All role default variables are listed below along with their respective default values.
```yaml
google_chrome_AppleEnableSwipeNavigateWithScrolls: false
```
Toggles trackpad swipe navigation. Default is to disable it.
## Dependencies
- [danbohea.homebrew](https://galaxy.ansible.com/danbohea/homebrew)
## Example Playbook
```yaml
- hosts: macbook
connection: local
roles:
- role: ansible-role-google-chrome
```
## License
MIT
## Author Information
This role was created by [Dan Bohea](http://bohea.co.uk) primarily for use with [Macsible](https://github.com/macsible/macsible).