https://github.com/chusiang/hacking-macos.ansible
Hacking my macOS with Ansible.
https://github.com/chusiang/hacking-macos.ansible
ansible macos playbooks
Last synced: 8 months ago
JSON representation
Hacking my macOS with Ansible.
- Host: GitHub
- URL: https://github.com/chusiang/hacking-macos.ansible
- Owner: chusiang
- License: mit
- Created: 2017-04-19T15:33:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T06:35:44.000Z (about 5 years ago)
- Last Synced: 2024-12-27T20:49:45.143Z (9 months ago)
- Topics: ansible, macos, playbooks
- Language: Makefile
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Playbooks: Hacking macOS
An Ansible playbook of quick setup, config my workstation of macOS (Desktop).
## Requirements
- macOS 10.11
## Variables
```
# console
brew_packages:
- ag
- ansible
- autojump
- ...# pip
pip_packages:
- requests
- speedtest-cli
- ...# Desktop
brew_cask_packages:
- android-file-transfer
- appcleaner
- atom
- ...
```## Dependencies
- chusiang.vim-and-vi-mode
## Usage
- Get other Ansible Roles.
```
$ make init
```- Full setup.
```
$ ansible-playbook setup.yml
```- Only the console.
```
$ ansible-playbook setup_console.yml
```## License
Copyright (c) chusiang from 2017 under the MIT license.