Deploying a application using WAR file on Websphere

Need your inputs on how to go forward with deploying application using WAR file on Websphere using Ansible.

I cannot see any modules or playbooks related to the same.

Looking for any suggestion or approach how to take this forward.

Thanks,
Rachna Dodia

Hi Rachna,

Please find below playbook for war file deployment you need to changes your sources WAR and destination for Websphere

Thank you
Avinash

Check examples like

  1. https://github.com/ansible/ansible-examples/blob/bedca7401f01411ec9d1b9231f5dc4a19ba12960/tomcat-memcached-failover/roles/tomcat/tasks/main.yml
  2. https://github.com/ansible/ansible-examples/blob/59484f4fbfaa8d2c3938661c296ed6c9ae27d956/jboss-standalone/roles/java-app/tasks/main.yml

Thanks for the response.

@Abhijeet , the example which you have shared have already available modules for JBOSS deployment.

Where I cannot see or map any module as such for application deployment on Websphere.

Thanks,
Rachna Dodia

Hi, Do you have any solution till now? I am also looking for answers for the same.