Ansible became a very convenient tool for different systems setup. However it still requires ansible
to run playbooks and that’s sometimes a series limitation.
One of the examples is AWS ASG – you can install ansible on a local nix host and run playbook locally but that’s too complicated. And there’s no way to handle this on windows.
I suggest creating an export
option that would produce a single python/powershell script that could be used without ansible. It’s clear some modules and approaches won’t work or will be limited in this mode (like delegate_to) but that’s much better than nothing.