{"id":15878965,"url":"https://github.com/darkwizard242/ansible-role-googlechrome","last_synced_at":"2025-03-16T06:33:00.368Z","repository":{"id":44573508,"uuid":"208656898","full_name":"darkwizard242/ansible-role-googlechrome","owner":"darkwizard242","description":"Ansible role for Google Chrome Browser. Available on Ansible Galaxy.","archived":false,"fork":false,"pushed_at":"2024-06-21T21:57:34.000Z","size":55,"stargazers_count":5,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T05:23:52.115Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","browser","google-chrome","linux"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/darkwizard242/googlechrome","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darkwizard242.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-15T21:00:59.000Z","updated_at":"2024-06-21T21:57:20.000Z","dependencies_parsed_at":"2024-10-27T10:04:02.256Z","dependency_job_id":"b9b006f4-3551-4431-9305-9b405308bce8","html_url":"https://github.com/darkwizard242/ansible-role-googlechrome","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-googlechrome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-googlechrome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-googlechrome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwizard242%2Fansible-role-googlechrome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkwizard242","download_url":"https://codeload.github.com/darkwizard242/ansible-role-googlechrome/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806032,"owners_count":20350773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-galaxy","ansible-role","browser","google-chrome","linux"],"created_at":"2024-10-06T02:42:34.691Z","updated_at":"2025-03-16T06:33:00.043Z","avatar_url":"https://github.com/darkwizard242.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![build-test](https://github.com/darkwizard242/ansible-role-googlechrome/workflows/build-and-test/badge.svg?branch=master)](https://github.com/darkwizard242/ansible-role-googlechrome/actions?query=workflow%3Abuild-and-test) [![release](https://github.com/darkwizard242/ansible-role-googlechrome/workflows/release/badge.svg)](https://github.com/darkwizard242/ansible-role-googlechrome/actions?query=workflow%3Arelease) ![Ansible Role](https://img.shields.io/ansible/role/43354?color=dark%20green%20) ![Ansible Role](https://img.shields.io/ansible/role/d/43354?label=role%20downloads) ![Ansible Quality Score](https://img.shields.io/ansible/quality/43354?label=ansible%20quality%20score) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-googlechrome\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=ansible-role-googlechrome) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-googlechrome\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ansible-role-googlechrome) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-googlechrome\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=ansible-role-googlechrome) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-googlechrome\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=ansible-role-googlechrome) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/darkwizard242/ansible-role-googlechrome?label=release) ![GitHub repo size](https://img.shields.io/github/repo-size/darkwizard242/ansible-role-googlechrome?color=orange\u0026style=flat-square)\n\n# Ansible Role: googlechrome\n\nRole to install (_by default_) [google-chrome-stable](https://www.google.com/chrome/) package for Debian based and EL based systems or uninstall (_if passed as var_) on **Debian** based and **EL** based systems.\n\n## Requirements\n\nNone.\n\n## Role Variables\n\nAvailable variables are listed below (located in `defaults/main.yml`):\n\n### Variables list:\n\n```yaml\ngooglechrome_app: google-chrome-stabl\ngooglechrome_desired_state: present\ngooglechrome_gpg_key: https://dl.google.com/linux/linux_signing_key.pub\ngooglechrome_repo_desired_state: present\ngooglechrome_repo_debian: deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main\ngooglechrome_repo_debian_filename: google-chrome\ngooglechrome_repo_el: http://dl.google.com/linux/chrome/rpm/stable/x86_64\ngooglechrome_repo_el_name: google-chrome\ngooglechrome_repo_el_description: google-chrome\ngooglechrome_repo_el_gpgcheck: yes\ngooglechrome_repo_el_enabled: yes\ngooglechrome_repo_el_filename: google-chrome\n```\n\n### Variables table:\n\nVariable                          | Description\n--------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------\ngooglechrome_app                  | Defines the app to install i.e. **google-chrome-stable**\ngooglechrome_desired_state        | Defined to dynamically set whether to install (i.e. either `present` or `latest`) or uninstall (i.e. `absent`) the package. Defaults to `present`\ngooglechrome_gpg_key              | GPG key for Google Chrome\ngooglechrome_repo_desired_state   | State for repo to download Google Chrome from. Can either be 'present' or 'absent'.\ngooglechrome_repo_debian          | Google Chrome's repo link for Debian based systems.\ngooglechrome_repo_debian_filename | Name of file to save for googlechrome's repo in `/etc/apt/sources.list.d/`\ngooglechrome_repo_el              | Google Chrome's repo link for EL based systems.\ngooglechrome_repo_el_name         | Google Chrome repo name for EL based systems.\ngooglechrome_repo_el_description  | Description for Google Chrome's repo for EL based systems.\ngooglechrome_repo_el_gpgcheck     | Boolean operation for performing gpg check against gpg key. Can either be **yes** or **no**.\ngooglechrome_repo_el_enabled      | Boolean operation for setting repository to enabled or disabled. Can either be **yes** or **no**.\ngooglechrome_repo_el_filename     | Name of file to save for googlechrome's repo in `/etc/yum.repos.d/`\n\n## Dependencies\n\nNone\n\n## Example Playbook\n\nFor default behaviour of role (i.e. installation of **google-chrome-stable** package) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.googlechrome\n```\n\nFor customizing behavior of role (i.e. installation of latest **google-chrome-stable** package) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.googlechrome\n  vars:\n    googlechrome_desired_state: latest\n```\n\nFor customizing behavior of role (i.e. un-installation of **google-chrome-stable** package) in ansible playbooks.\n\n```yaml\n- hosts: servers\n  roles:\n    - darkwizard242.googlechrome\n  vars:\n    googlechrome_desired_state: absent\n```\n\n## License\n\n[MIT](https://github.com/darkwizard242/ansible-role-googlechrome/blob/master/LICENSE)\n\n## Author Information\n\nThis role was created by [Ali Muhammad](https://www.alimuhammad.dev/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fansible-role-googlechrome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkwizard242%2Fansible-role-googlechrome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwizard242%2Fansible-role-googlechrome/lists"}