- If on Debian, install
sudopackage and add this to a file inside/etc/sudoers.d/:
# apt install sudo
user ALL = NOPASSWD:ALL
-
If on macOS, install Homebrew
-
Then, install everything in one simple target:
make install
- Use
installtarget to install everything:
make install
- If you just need to run ansible, use:
make ansible-run