Hello,
Please correct me if I am wrong...
The playbooks are interpreted by the Ansible Control machine, and made into scripts that are copied over to the clients on a random location in ${HOME}/.ansible/tmp (I think), and then executed.
Is there a way to predict this randomness? or use a fixed path? Or create a symlink to the script that needs to be executed?
The reason I'm asking is that we have an environment setup with powerbroker, which doesn't allow a lot of deviation from standard policies. And Wildcard policies are not tolerated (as far as I can tell).
Thanks in advance,
Will.