|
|
|
|
|
by jordanbeiber
1102 days ago
|
|
Biggest drawback of ansible is that it is stateless and as such you can’t simply declare a desired system state and apply it. Nix is absolutely awesome in that regard. Possibly this is Ansibles biggest strength as well, as it feels incredibly simple to get going. Salt has a much steeper learning curve due to both weird nomenclature and the infrastructure. Nix is in many ways easy to use “on the surface” but quickly becomes hairy as you dive deeper. Just my 2c having spent quite some time with all three. |
|