ayltai.macos_appstore
App Store Installationsrolle für Ansible
Installiert Anwendungen über den App Store auf macOS.
Schnelleinstieg
Stellen Sie sicher, dass Sie Homebrew auf macOS installiert haben.
Installation
ansible-galaxy install ayltai.macos_appstore
Nutzung
---
- hosts: all
roles:
- ayltai.macos_appstore
vars:
macos_appstore_apps:
- 540348655 # Die App-ID im App Store
# Beispiel: https://apps.apple.com/us/app/monosnap-screenshot-editor/id540348655
Variablen
Name | Typ | Standard | Beschreibung |
---|---|---|---|
macos_appstore_apps |
Liste |
[] |
Eine Liste von Anwendungs-IDs, die über den App Store installiert werden sollen. |
macos_mas_package |
String |
mas |
Das Paket, das mit Homebrew zur Steuerung des App Stores installiert werden soll. |
macos_pause |
Integer |
10 | Steuert, wie lange gewartet werden soll, bevor eine Informationsnachricht automatisch ausgeblendet wird. |