Y
Hacker News
new
|
ask
|
show
|
jobs
by
cynicalsecurity
400 days ago
Ansible requires python to be installed on all of the target computers.
2 comments
hoherd
400 days ago
That's not necessarily true. There is the raw module that executes a bare command.
https://docs.ansible.com/ansible/latest/collections/ansible/...
link
yjftsjthsd-h
400 days ago
Yeah, but at that point you've lost a lot of the benefits to using ansible.
link
hoherd
400 days ago
Ansible uses this module to configure devices where it is impossible to install python, like network devices, which is one of ansible's big strengths.
link
mmsc
400 days ago
are there any linux distributions which don't require python installed, other than embedded?
link
yjftsjthsd-h
400 days ago
OpenSUSE, Fedora/RHEL, Gentoo, and probably Debian (and derivatives of all of the above) have it by default, but Alpine and Arch don't appear to.
link
1vuio0pswjnm7
400 days ago
Yes.
link