ajholanda.googlechrome

Ansible Role for Google Chrome

This is a simple Ansible role to help you manage the installation of Google Chrome.

Requirements

There are no requirements.

Role Variables

  • package_state: A variable that can be used globally in different roles.
  • googlechrome_linux_signing_key_url: The GPG key for Linux systems.
  • googlechrome_yum_repository_url: The YUM repository for installation.
  • googlechrome_apt_repository_url: The APT repository to add to your sources list.
  • googlechrome_state: The state you want for Google Chrome after using the package manager.

Dependencies

There are no dependencies.

Example Playbook

To install Google Chrome, use the following playbook:

    - hosts: all
      roles:
        - ajholanda.googlechrome

To uninstall Google Chrome, use this playbook:

    - hosts: all
      vars:
        googlechrome_state: absent
      roles:
        - ajholanda.googlechrome

License

This role is licensed under the MIT license.

Author Information

Made by Adriano J. Holanda.

Informazioni sul progetto

Install or uninstall Google Chrome for Linux or Windows

Installa
ansible-galaxy install ajholanda.googlechrome
Licenza
mit
Download
200
Proprietario