59169/ansible-playbook-to-start-and-stop-a-websphere-application
The below playbook should be good enough:
- name: Start server: state: started wasdir: /usr/local/WebSphere/AppServer/ name: server-01 - name: Stop server: state: stopped wasdir: /usr/local/WebSphere/AppServer/ name: server-01
Check this out: - name: Start liberty_server: ...READ MORE
I have written an ansible task to ...READ MORE
Hi@Lakshminarayanan, Yes, you can do that. But after ...READ MORE
Hey @Rajni, you can register the variable ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
The below gives an example of creating ...READ MORE
This should workout: - name: Create profile_nodeagent: ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.