palazzem / hanzo

Ansible orchestration to configure a development environment -
http://hanzo.sh
Other
23 stars 5 forks source link

Use Ansible Portable #176

Closed palazzem closed 4 years ago

palazzem commented 4 years ago

Overview

Closes #173

Hanzo was using Ansible as a strict dependency in the bootstrap.sh script. The side effect of that, is that all Python dependencies (i.e. pyyaml) were installed at the system level using Archlinux packages. This makes the system not clean and it's better to keep Hanzo dependencies isolated.

This PR introduces Ansible Portable that is a standalone package with all the dependencies installed.