There isn't a comparison on speed, no. However I do think each language is extremely fast in general, especially when compared to ansible
a
alert-glass-49407
10/01/2021, 3:52 PM
if you want to, you can import the group_vars and template functionality from the ansible codebase, and then they will both be equally slow 🙂
d
delightful-gigabyte-39334
10/01/2021, 3:52 PM
i find most the time when using python that I am waiting on resources to enter a ready state rather than the code to execute, i.e, waiting on aws to finish starting an instance for example