Greetings!
I’ve been a long time lurker on the list, and just started deploying with Ansible at ${WORK}. I was wondering if there is any interest in expanding the pull paradigm, and how one might help with that. I spent a few minutes creating a new transport called “pull” that right now is pretty much copied from local, but exposes ansible facts to be used to limit execution to the current host (my use-case involves hostname, fqdn, and ipv4_addresses). I haven’t tested much yet, but https://github.com/tabashco/ansible/tree/pull-transport has a few lines to start.
–Brian