Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
movedx
on April 30, 2024
|
parent
|
context
|
favorite
| on:
Pyinfra: Automate Infrastructure Using Python
> since Pyinfra doesn't need Python on the host node I can kick off tasks in bulk to do server things.
And you can do this with Ansible, too. Check out the raw module/command.
jdoss
on April 30, 2024
[–]
I am aware of the raw module. The stuff I was doing with Ansible and Fedora CoreOS required more than just that module.
movedx
on May 1, 2024
|
parent
[–]
Couldn't you use the raw module to get Python into place and then use the rest of Ansible's feature set after that?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
And you can do this with Ansible, too. Check out the raw module/command.