# Start admin server
- name: start admin server
shell: managementscript startAdminServer some-domain-name chdir=/
environment: env
register: dump
# Print stdout
- name: check
debug: var=dump.stdout_lines"<Jan 8, 2015 9:39:21 AM MET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING.> ",
"<Jan 8, 2015 9:39:21 AM MET> <Notice> <WebLogicServer> <BEA-000360> <The server started in RUNNING mode.> " ssh root@my-remote-host "PATH=/usr/bin:/usr/sbin:/data/bin managementscript startAdminServer some-domain-name"Hi,
I will have a look at how we can do this with the current scripts developed, as currently a daemon service starts (nodemanager in this case that does not use any daemin tools other than itself) and attaches to the root process.
It seems i am coding to solve an issue that does not exist if run directly on the host.
Regards
Nicholas Irving
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAJ5XC8nbyOuSou%2BDfheC82_pc83RTLKrONT7J435tYr2Rrz8sw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Thanks will try this with nodemanager as that is all i need to be running in the background.
Regards
Nicholas Irving
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/89daaf2a-1e1d-454e-9758-fadbde248c24%40googlegroups.com.