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

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.

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.