https://pulumi.com logo
Title
b

better-dentist-3207

04/21/2023, 11:53 AM
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

salmon-account-74572

04/21/2023, 4:01 PM
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.