> Q1: is there such a setting that can be stored in the inventory, so it's > always used when communicating with that host? This is part of the shell plugin https://docs.ansible.com/ansible/latest/collections/ansible/builtin/sh_shell.html#parameter-remote_tmp
Also note that while most modules shipped with Ansible are written in Python, Ansible can still execute modules written in other languages as long as the interpreter (Perl, Ruby, shell, etc) is present on the target OR you use a compiled language in which case the requirement is that the binary can be executed on the remote (I've see golang and haskell modules for example). -- ---------- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CACVha7ckiFOw%2B%3Df%2B7LfsNLG%2BVOpXy9e1Bao5Z2Yyxsn5OYETBw%40mail.gmail.com.
