ayltai / ansible-macos-appstore

Installs applications with App Store on macOS

Home Page:https://galaxy.ansible.com/ayltai/macos_appstore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Store installation role for Ansible

GitHub workflow status Ansible quality score Ansible role Maintenance Release License

Installs applications with App Store on macOS.

Buy me a coffee

Quick start

Make sure you have Homebrew installed on macOS.

Installation

ansible-galaxy install ayltai.macos_appstore

Usage

---
- hosts: all
  roles:
    - ayltai.macos_appstore
  vars:
    macos_appstore_apps:
      - 540348655 # The app ID on App Store
      # Example: https://apps.apple.com/us/app/monosnap-screenshot-editor/id540348655

Variables

Name Type Default Description
macos_appstore_apps list [] A list of application IDs to install with App Store.
macos_mas_package string mas The package to install with Homebrew for controlling App Store.
macos_pause integer 10 Controls how long to wait before an information message is dismissed automatically.

License

MIT

References

About

Installs applications with App Store on macOS

https://galaxy.ansible.com/ayltai/macos_appstore

License:MIT License