Y
Hacker News
new
|
ask
|
show
|
jobs
by
movedx
777 days ago
> 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.
1 comments
jdoss
777 days ago
I am aware of the raw module. The stuff I was doing with Ansible and Fedora CoreOS required more than just that module.
link
movedx
776 days ago
Couldn't you use the raw module to get Python into place and then use the rest of Ansible's feature set after that?
link