https://github.com/maxwlang/mac-ansible
https://github.com/maxwlang/mac-ansible
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxwlang/mac-ansible
- Owner: maxwlang
- License: mit
- Created: 2023-11-03T22:53:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-08T21:33:07.000Z (3 months ago)
- Last Synced: 2026-03-09T00:56:22.344Z (3 months ago)
- Language: Shell
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
1. Install ansible
- `python3 -m pip install --user pipx`
- `~/Library/Python/3.9/bin/pipx ensurepath`
- `exit`
- `pipx install ansible-core`
2. Configure
Change settings in settings.yml, provide sudo password.
3. Run playbook
`ansible-playbook --connection=local --ask-become-pass playbook.yml`