https://github.com/slamdev/macos-provisioner
Scripts to provision MacOS with Ansible
https://github.com/slamdev/macos-provisioner
Last synced: 4 days ago
JSON representation
Scripts to provision MacOS with Ansible
- Host: GitHub
- URL: https://github.com/slamdev/macos-provisioner
- Owner: slamdev
- Created: 2022-01-30T16:14:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T17:58:58.000Z (over 1 year ago)
- Last Synced: 2025-07-26T21:33:03.300Z (7 months ago)
- Language: Vim Script
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macos-provisioner
Run to install third-party dependencies:
```shell
ansible-galaxy install -r requirements.yaml
```
Create **hosts.yaml** file based on **hosts-example.yaml**
Create **config.yaml** file and override configs from **default.config.yaml**
Run ansible playbook:
```shell
ansible-playbook main.yaml
```
Configure **Google Drive** app:
1. Connect it to the target account in app settings
2. Go to **Google Drive** location in **Finder** and enable offline access to "Other Computers/My IMac"
Then run the second ansible playbook:
```shell
ansible-playbook sync-gdrive.yaml
```