|
|
|
|
|
by pabl0rg
2044 days ago
|
|
Have you taken a look at Pulumi? If infrastructure is going to be code, I’d like to code it in a type-safe DSL please. Otherwise refactoring is hell (as in Ansible). Another promising effort in this direction is Jetbrains Space, which features CI config in a Kotlin DSL. |
|
But it seems like it covers a bit of a different space to Ansible... Pulumi will boot up your infrastructure but you still need something like Ansible to install packages on the nodes afterwards.
My impression of Ansible in the past was that it's more complicated than it was supposed to be.
I kind of hope Pulumi will extend in that direction over time, I would rather use one tool for everything and I don't see why it couldn't. The docs for writing your own providers are a bit weak at the moment though.