https://github.com/osukaa/ansible-osx
Ansible playbook to setup any new machine
https://github.com/osukaa/ansible-osx
Last synced: over 1 year ago
JSON representation
Ansible playbook to setup any new machine
- Host: GitHub
- URL: https://github.com/osukaa/ansible-osx
- Owner: osukaa
- License: mit
- Created: 2024-04-02T04:42:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T00:15:38.000Z (over 2 years ago)
- Last Synced: 2025-02-07T11:52:45.591Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-osx
Ansible playbook to setup any new machine
## Getting Started
- Run `bin/bootstrap.sh` which will perform setup steps for ansible
- Then run `ansible-playbook -i "localhost," -c local main.yml --ask-become-pass`
The playbook fulfills my goal, so it is not designed to be robust, any failures you would need to triage by yourself.