Closed palazzem closed 4 years ago
Ansible portable has been implemented with this PR: https://github.com/palazzem/ansible-portable/pull/1
We can leverage ansible-portable
project to avoid installing a lot of dependencies on the development environment.
Overview
The
bootstrap.sh
script installs Ansible usingpacman
. The main concern is that the dependency is installed globally in the system, including Python and some other libraries. It's better to provide a portable Ansible so that it can be executed directly without installing anything on the system.