--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
To post to this group, send email to rundeck...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rundeck-discuss/055c6313-4cd3-4ac3-8fcd-d724a5d6e753%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[vagrant@rundeck etc]$ cat resources.xml<?xml version="1.0" encoding="UTF-8"?>
<project> <node name="localhost" hostname="localhost" username="rundeck" description="Rundeck server node." tags="" osFamily="unix" osName="Linux" osArch="x86_64" osVersion="3.10.0-514.26.2.el7.x86_64" > <!-- configure bash as the local node executor --> <attribute name="script-exec-shell" value="bash -c"/> <attribute name="script-exec" value="${exec.command}"/> <attribute name="local-node-executor" value="script-exec"/> </node></project>