Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gionn/setup-macbook

Ansible playbooks to setup my macbook
https://github.com/gionn/setup-macbook

ansible macosx

Last synced: about 2 months ago
JSON representation

Ansible playbooks to setup my macbook

Awesome Lists containing this project

README

        

# setup-macbook

This repository contains some Ansible playbooks to setup my machine.

## Prerequisites

* Setup dev tools to have python3 (try to run python3 in a terminal)
* `pip install ansible-core`
* `ansible-galaxy install -r requirements.yml`

## Run

Test connection:

```sh
ansible -i inventory.yml macos_host -m ping
```

Run one of the available playbooks:

```sh
ansible-playbook -i inventory.yml -K playbook.yml
```

## Credits

* https://github.com/geerlingguy/ansible-collection-mac
* https://github.com/geerlingguy/mac-dev-playbook