Examples of OKTA ops with ANSIBLE?

I’ve found one ansible module for working with OKTA (ansible-okta-modules), but it is poorly documented.

Has anyone used this such that they can provide a good example (i.e., how do you specify the target ansible site and username?. I tried putting it in inventory and just get stuck GATHERING FACTS.

I need to reconfigure OKTA sites regularly and automatically. Ansible seems like the ideal solution, much easier than coding a bunch of REST calls in python or even Mulesoft. But, I’m stuck.

Thanks!