john
(john)
1
Executing Ansible Command from Java without defining absolute path or etc…
Open Source Project Ansible execution from Java without installing it…like Jar, or Spring Framework…
How to execute Ansible commands (i.e. host, cp, shell, etc) from Maven Project.
Might be easier to answer your question if you describe the specific problem you are trying to solve..
Lots of ways to run from java. Java api for executing processes would do. Or perhaps install Tower and call it's rest api.
More detail about what you need to do would help others suggest something appropriate. Hope this helps.