This repository contains an Ansible playbook for managing my macOS systems.
Before running these playbooks, make sure you have the following installed:
- Ansible (preferably version 2.9 or higher)
- Python 3.6 or higher
To use these playbooks, follow these steps:
- Clone this repository to your local machine using Git.
- Install the necessary dependencies by running
ansible-galaxy install -r requirements.yaml
in the top level directory of the repository. - Run the playbooks using the following command:
ansible-playbook -K playbook.yaml
- The playbooks will run and configure your macOS system accordingly.
- Install dotfiles with GNU Stow.
These playbooks are licensed under the MIT License. See the LICENSE file for more information.