MacOS Packages

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Macos Packages

As a: MacOS User

I want to: install MacOS Packages

So that: I can automate my system setup.

!!! example "Homebrew packages

Using the role

Using the role in a playbook
---
- name: Install macos-packages
  hosts: all

  tasks:
    - name: macos-packages is configured
      import_role:
        name: crivetimihai.macos-packages
      vars:
        macos-packages_enable_service: true
      tags: macos-packages
# Install the role
ansible-galaxy install crivetimihai.macos-packages

# Run the playbook
ansible-playbook macos-packages-playbook.yml

Last update: 2020-02-04