https://pulumi.com logo
Title
r

ripe-pillow-18164

04/28/2022, 6:51 PM
Hi, is Pulumi only a provisioning tool (e.g. create a new aws instance with this cloud-init config) or can it also be used as configuration management (e.g. ensure that this folder and file exists, start this systemd unit if not running, etc...)? I can only find examples for the first.
b

billowy-army-68599

04/28/2022, 6:57 PM
we are not a configuration management tool, but work well with tools like Puppet or Ansible
so really, the former
r

ripe-pillow-18164

04/28/2022, 7:00 PM
Hmm, that's a pity. I work with Ansible daily, but I was looking for a replacement in pure Go... thanks for your answer anyway. I will keep this project in mind 🙂
b

busy-journalist-6936

04/29/2022, 8:35 PM
Not quite Ansible level configuration but at least equivalent to
ansible run
: https://www.pulumi.com/registry/packages/command This is more of an empirical vs deterministic model though and should be used with care.