An open API service indexing awesome lists of open source software.

https://github.com/maxwlang/mac-ansible


https://github.com/maxwlang/mac-ansible

Last synced: 6 days ago
JSON representation

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`