https://github.com/jtprogru/ansible-role-macos
Ansible role for bootstrap my macOS devices
https://github.com/jtprogru/ansible-role-macos
ansible ansible-role bootstrap macos macos-monterey
Last synced: 9 months ago
JSON representation
Ansible role for bootstrap my macOS devices
- Host: GitHub
- URL: https://github.com/jtprogru/ansible-role-macos
- Owner: jtprogru
- License: wtfpl
- Created: 2022-02-22T20:20:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T08:14:05.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T02:37:43.344Z (about 1 year ago)
- Topics: ansible, ansible-role, bootstrap, macos, macos-monterey
- Homepage: https://galaxy.ansible.com/jtprogru/macos/
- Size: 26.4 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# jtprogru.macos



[](https://galaxy.ansible.com/jtprogru/macos/)
[](https://github.com/jtprogru/ansible-role-macos/tags)
This is simple ansible role for configure hostname and install my favorite soft from Homebrew and Mac App Store.
## Role Variables
See [`defaults/main.yml`](defaults/main.yml).
## Example Playbook
Example playbook:
```yaml
---
- name: macOS
hosts: localhost
connection: local
become: false
gather_facts: true
vars:
macos_hostname: "cronus"
macos_homebrew_tap_ext:
- coreutils
- ghc
roles:
- jtprogru.macos
```
## Author
Michael Savin aka `@jtprogru`
Twitter: [](https://twitter.com/jtprogru/)
## License
See [LICENSE](LICENSE)