Anyone used ansible playbook running using nodejs ?
18 views
Skip to first unread message
Preeti Tailor
unread,
Feb 17, 2016, 9:05:14 PM2/17/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Hello,
We are running anisble playbook using nodejs ansible module. Is there a way to get status back from ansible playbook? We basically wanted to know if playbook execution was success or not.
Thanks
Brian Coca
unread,
Feb 21, 2016, 2:21:29 AM2/21/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
All ansible utilities use the standard Unix return code, so if you get 0 its all OK, if you get other than 0 it is an error.