Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinta/HAL-9000
Automatically setup a productive development environment with Ansible on macOS
https://github.com/vinta/HAL-9000
ansible-playbooks development-environment docker foundry go kubernetes macos nodejs python
Last synced: about 1 month ago
JSON representation
Automatically setup a productive development environment with Ansible on macOS
- Host: GitHub
- URL: https://github.com/vinta/HAL-9000
- Owner: vinta
- License: mit
- Created: 2015-11-21T17:55:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T02:18:21.000Z (4 months ago)
- Last Synced: 2024-11-14T08:06:34.269Z (about 1 month ago)
- Topics: ansible-playbooks, development-environment, docker, foundry, go, kubernetes, macos, nodejs, python
- Language: Python
- Homepage:
- Size: 478 KB
- Stars: 85
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list-ansible - HAL-9000
README
![HAL 9000](https://raw.githubusercontent.com/vinta/hal-9000/master/assets/HAL_9000.jpg "HAL 9000")
# HAL 9000
[![](https://img.shields.io/badge/made%20with-%e2%9d%a4-ff69b4.svg?style=flat-square)](https://vinta.ws/code/)
Automatically setup a productive development environment with Ansible on macOS.
Dominating your dev environment like cats rule the Internet.
## Toolkit
- [Python](https://github.com/vinta/hal-9000/blob/master/playbooks/roles/python/tasks/main.yml)
- [Node.js](https://github.com/vinta/hal-9000/blob/master/playbooks/roles/node/tasks/main.yml)
- [Go](https://github.com/vinta/hal-9000/blob/master/playbooks/roles/go/tasks/main.yml)
- [Docker](https://github.com/vinta/hal-9000/blob/master/playbooks/roles/docker/tasks/main.yml)
- [Kubernetes](https://github.com/vinta/hal-9000/blob/master/playbooks/roles/kubernetes/tasks/main.yml)
- [Ethereum](https://github.com/vinta/hal-9000/blob/master/playbooks/roles/ethereum/tasks/main.yml)
- [Amazon Web Services](https://github.com/vinta/hal-9000/blob/master/playbooks/roles/aws/tasks/main.yml)
- [Google Cloud](https://github.com/vinta/hal-9000/blob/master/playbooks/roles/gcp/tasks/main.yml)## Prerequisite
First, you need to manually:
1. Install Command Line Tools via `xcode-select --install`
2. Install Rosetta 2 via `softwareupdate --install-rosetta`
3. Install [Docker Desktop](https://docs.docker.com/desktop/install/mac-install/)## Bootstrap
```bash
curl -L https://raw.githubusercontent.com/vinta/hal-9000/master/bin/open-the-pod-bay-doors | bash
```## Usage
```bash
# pull the repo and run ansible-playbook
hal update
hal update --tags docker,kubernetes# add the file to the dotfiles repository
hal link ~/.zshrc# remove the file from the dotfiles repository
hal unlink ~/.zshrc# force sync dotfiles
hal sync# open the pod bay doors, please, HAL
hal open-the-pod-bay-doors
```