B4J Question Run Ansible script using b4J

AndroidMadhu

Active Member
Licensed User
Hello,
Is there are any possibility, that I can call any ansible script using b4j?

The scenario is .. I have existing ansible script which is running fine as of now. But now people want GUI to call such ansible script and run. I am comfortable with b4j.
So I asked the question.

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
What is Ansible?
What is a Ansible Script?
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
What is Ansible?
https://www.redhat.com/en/topics/automation/what-is-an-ansible-playbook
It seems some configuration for OS automation in IT infrastructure.

What is a Ansible Script?
Ansible uses the YAML syntax.
It is just a text file like JSON or XML. I think it will be familiar for people who use Docker.
We have YAML parser in B4X if you want to read the file.

There are 2 ways of using Ansible Playbooks: from the command line interface (CLI) or using the Red Hat® Ansible Automation Platform’s push-button deployments.
I may be wrong. If it supports CLI then I think we can use jShell to make the call.
 
Upvote 0
Top