Hi folks, is it viable to replace ansible with pul...
# general
b
Hi folks, is it viable to replace ansible with pulumi? I know pulumi is mostly for cloud IaC, but with command and dynamic providers can I use it for config management too? Is there a way to get ansible style inventory management with pulumi?
s
You could absolutely generate an Ansible-style inventory from a Pulumi program. As for using Pulumi to replace Ansible…it’s likely possible, but I don’t think I’d recommend it. Instead, I’d look into using your Pulumi program to provision resources and invoke Ansible against a generated inventory.