Skip to content

Latest commit

 

History

History
97 lines (68 loc) · 3.58 KB

README.md

File metadata and controls

97 lines (68 loc) · 3.58 KB

Nabla roles/chrome

This file was generated by Ansigenome. Do not edit this file directly but instead have a look at the files in the ./meta/ directory.

License Travis CI Branch Donate test-suite Ansible Galaxy Gittip

Install chrome on Ubuntu....

Requirements

python-pycurl and python-software-properties installed.

Installation

This role requires at least Ansible. To install it, run:

Using ansible-galaxy:

$ ansible-galaxy install devbox.chrome

Using arm (Ansible Role Manager):

$ arm install devbox.chrome

Using git:

$ git clone https://github.com/alourie/devbox.chrome.git

Role variables

List of default variables available in the inventory:

---
google_chrome_stable_enabled: yes                   # Enable module
google_talkplugin_enabled: no                       # Disbale module
# Package states: present or installed or latest
google_agent_pkg_state: present
# Repository states: present or absent
google_agent_repository_state: present
google_repo_files                        :
       - "google-chrome.list"

docker_files_generated_directory         : "roles/chrome"
docker_volume_directory                  : ""
docker_working_directory                 : "/home/vagrant"
docker_image_name                        : "nabla/ansible-chrome"

Contributor

Authors and license

chrome role was written by:

Copyright (c) 2016 Alban Andrieu

Feedback, bug-reports, requests, ...

Are welcome!

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests and examples for any new or changed functionality.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

This role is part of the Nabla project. README generated by Ansigenome.


Alban Andrieu linkedin