MacOS Packages
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.macos-packages vars: macos-packages_enable_service: true tags: macos-packages
# Install the role ansible-galaxy install devopstoolbox.macos-packages # Run the playbook ansible-playbook macos-packages-playbook.yml
Last update: 2020-02-09