June 2018
Beginner
578 pages
13h 39m
English
ServiceNow is the enterprise-grade IT service management Software as a service product provided by ServiceNow, Inc. Using the snow_record module, your playbook can open incidents within your ServiceNow installation:
- name: Create an incident in ServiceNow snow_record: username: "{{ snow.username }}" password: "{{ snow.password }}" instance: "{{ snow.instance }}" state: "present" data: short_description: "The task has completed and all is well" severity: "3" priority: "3" register: snow_incident
Read now
Unlock full access