Are there any options to run Ansible playbooks from ServiceNow that do not require the Orchestration Plug-in?

tomosorio
Kilo Explorer

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.

2 REPLIES 2

mikekinney
Kilo Contributor

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.


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.