fubarhouse.macstore
Ansible Role: MAS-CLI
This role helps you install applications from the Apple Store using MAS-CLI (Mac Apple Store Command Line Interface) on macOS.
Requirements
- You need to have Homebrew installed.
Role Variables
To make this role work, you must provide the following information - check the example playbook or supply these variables:
app_store_email: [email protected]
app_store_password: your_password
Also, you need to list the apps you want to install:
mac_store_apps:
- name: Microsoft OneDrive
id: 823766827
Dependencies
There are no dependencies.
Example Playbook
Here’s an example of how to use this role:
- hosts: localhost
vars_prompt:
- name: app_store_email
prompt: Mac Apple Store ID
private: no
when: app_store_email is undefined
- name: app_store_password
prompt: Mac Apple Store Password
private: yes
when: app_store_password is undefined
roles:
- fubarhouse.macstore
License
This project is licensed under MIT / BSD.
Author Information
This role was created in 2016 by Karl Hepworth.
Informazioni sul progetto
Installs Apple Mac Applications using MAS-CLI
Installa
ansible-galaxy install fubarhouse.macstore
Licenza
Unknown
Download
114
Proprietario
Lover of all things open source and computers - both hardware and software. My opinions are my own.