ajholanda.googlechrome

Ansible 角色 googlechrome

又一个用于管理 Google Chrome 安装的 Ansible 角色

需求

无。

角色变量

  • package_state: 设置一个默认值,可以作为全局变量在角色之间使用 ajholanda 角色
  • googlechrome_linux_signing_key_url: Linux 系统的 GPG 密钥。
  • googlechrome_yum_repository_url: yum 软件源。
  • googlechrome_apt_repository_url: 要添加到源列表的 apt 软件源。
  • googlechrome_state: 执行软件包管理任务后期望的状态。

依赖

无。

示例剧本

    - hosts: all
      roles:
        - ajholanda.googlechrome

要卸载

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

许可证

MIT。

作者信息

Adriano J. Holanda

安装
ansible-galaxy install ajholanda.googlechrome
许可证
mit
下载
200
拥有者