You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to fix our configuration management: I made some bad design decisions and made a big mess, with configuration files scattered throughout the repositories. Since this basically requires a rewrite, we might as well re-evaluate our options.
Ansible is one of the most popular configuration management packages. Except for the templates being annoying (I've worked with Jinja2 before and it gets annoying when things get non-trivial), it seems perfect for this project: Task oriented, agent-less, idempotent.
The text was updated successfully, but these errors were encountered:
We need to fix our configuration management: I made some bad design decisions and made a big mess, with configuration files scattered throughout the repositories. Since this basically requires a rewrite, we might as well re-evaluate our options.
Ansible is one of the most popular configuration management packages. Except for the templates being annoying (I've worked with Jinja2 before and it gets annoying when things get non-trivial), it seems perfect for this project: Task oriented, agent-less, idempotent.
The text was updated successfully, but these errors were encountered: