this post was submitted on 27 Feb 2024
429 points (97.8% liked)

Open Source

39120 readers
432 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

Yet another "brilliant" scheme from a cryptobro. Naturally this caused a gold-rush for scammers who outsourced random people via the gig economy to open PRs for this yml file (example)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 1 year ago (1 children)

This is just my personal opinion, bit I think Ansible is a complete mess to deal with, and yaml is the reason for it. If there was a way to configure ansible not with config files, but with a proper scripting language, it would have ridden me of so many hours lost finding references and looking up sources. Terraform has the same issue, though terraform is not nearly as complex.

Had it been configured with a programming language, we could have at least gotten autosuggestions and finding references/source.

[โ€“] db0 3 points 1 year ago

I work with ansible daily and this is completely wrong. You don't do declarative syntax with scripting languages.

It's still the best config management precisely due to its readable syntax