|
|
|
|
|
by rajaravivarma_r
780 days ago
|
|
This is great. We tried ansible and gave up as it was difficult to keep configuration DRY and annoying to create conditions with no control structure. It was before ansible 2, so probably things are better now. Then we started using Python fabric. Wow it was so freeing. Any helper methods were easily extracted and writing conditions felt natural. Now I am using Python invoke to maintain my local setup. |
|
Same as in programming, over-adherence to DRY leads to spaghetti code.