Ansible supports custom modules written in Python .
For execution types which are not local( local mean connection: local
& hosts: localhost
), ansible ssh
's python packages to remote node, for every play.
Does ansible support writing modules in Go?
if yes, can these modules be remote execution type? Because Go artifacts are binary artifacts.