awlsring / cdk-ans

Define Ansible as CDK
https://cdkans.io/
Apache License 2.0
10 stars 3 forks source link

Is this project still active? #194

Open jusatdeloitte opened 1 month ago

jusatdeloitte commented 1 month ago

Hi, I wanted to ask whether this project is still actively being developed? I'm a totally bought on the concept; plz let us know if you graduated to another solution of transpiling cdk-esque code to ansible playbooks.

awlsring commented 1 month ago

Not it isn't. I've moved from ansible to nix for most of my infra, so I haven't touched this in awhile.

adworacz commented 1 week ago

What work remains? Is it mostly complete and thus just needs maintenance to keep dependencies up to date or are there other features that really need adding?

awlsring commented 1 week ago

Its was mostly complete as far as I can remember. Its been about a year since Ive touched it, but I recall needing to polish to codegen for ansible modules and rounding the CI/CD.

If there is growing interest in this project, I'll scope the remaining work and try to get this to a stable point.

adworacz commented 1 week ago

I for one am interested, as I was starting to look at building something like this myself when I discovered this project.

My own personal needs will ramp up next year, so I won't be using it immediately, but considering the rest of my code base is Typescript, having my IaC as Typescript-friendly Ansible is very appealing.