Y
Hacker News
new
|
ask
|
show
|
jobs
by
mkesper
3449 days ago
Step 1: Install the expected, dedicated Python interpreter as /usr/bin/ansible_python.
2 comments
holmb
3449 days ago
Python is not just a single executable. It takes a little more work than one would want. And for what gain? Would you be fine with other software also requiring a custom interpreter to function? It gets cumbersome.
link
mkesper
3449 days ago
If you rely on the system-wide Python you'll need to cover different versions and you need to make sure not to use any 3rd party modules.
link
icebraining
3449 days ago
Ansible ships its own libraries, generally.
link
jubalfh
3449 days ago
Incredibly. But it seems to be The Ruby Way™…
link
jubalfh
3449 days ago
Well, it's an agent-less system after all, the idea is to keep the system lean.
link