Thanks, Brian. It's probably just me, and because I'm new to Ansible, but I guess it surprises me that these appear to be "global" type variables that apply to all managed systems, instead of being able to apply to a single system.
On Thursday, January 5, 2023 at 11:42:38 AM UTC-5 Brian Coca wrote: > > 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/026b60ac-5236-4ba9-b968-d66598e3f9ccn%40googlegroups.com.
