Are there any options to run Ansible playbooks from ServiceNow that do not require the Orchestration Plug-in?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2017 10:10 AM
Looking for options to run Ansible playbooks from service now either directly using ansible-playbook or ansible-pull or via Ansible Tower that no not require activation of the orchestration plug-in.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2017 03:03 PM
Looks like in Ansible v2.5, there will be a module called snow_record that calls pysnow under the covers. See snow_record - Create/Delete/Update records in ServiceNow — Ansible Documentation for more info.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2018 08:22 AM
Actual link: snow_record - Create/Delete/Update records in ServiceNow — Ansible Documentation . For whatever reason that other link was not working. Thanks for the info.