Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gionn/setup-macbook
- Owner: gionn
- Created: 2024-05-30T13:45:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T14:46:59.000Z (7 months ago)
- Last Synced: 2024-12-09T14:18:06.075Z (about 2 months ago)
- Topics: ansible, macosx
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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