fubarhouse.macstore

Ansible 角色:MAS-CLI

构建状态

在 macOS 上使用 MAS-CLI(Mac 苹果商店命令行界面) 安装苹果商店应用程序。

需求

  • Homebrew

角色变量

以下变量是这个角色执行任何操作所 必需 的 - 请查看示例剧本或提供以下变量以使用该角色。

app_store_email: [email protected]
app_store_password: password
mac_store_apps:
  - name: Microsoft OneDrive
      id: 823766827

依赖关系

无。

示例剧本

    - hosts: localhost
      vars_prompt:
      - name: app_store_email
        prompt: 苹果商店 ID
        private: no
        when: app_store_email is undefined
      - name: app_store_password
        prompt: 苹果商店密码
        private: yes
        when: app_store_password is undefined
      roles:
        - fubarhouse.macstore

许可

MIT / BSD

作者信息

这个角色由 Karl Hepworth 在 2016 年创建。

关于项目

Installs Apple Mac Applications using MAS-CLI

安装
ansible-galaxy install fubarhouse.macstore
许可证
Unknown
下载
114
拥有者
Lover of all things open source and computers - both hardware and software. My opinions are my own.