Skip to content

dgroddick/ansible-servicenow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible / ServiceNow

Stupid repo name but I couldn't think of anything to call it. Just a bunch of playbooks and stuff for interacting with ServiceNow from Ansible.

The most useful file is servicenow.yml which can be used as an Inventory source for Ansible.

Needs the ServiceNow collection from Ansible Galaxy installed.

$ ansible-galaxy collection install -r collections/requirements.yml

Requirements

Needs to have ServiceNow instance details to establish the connection. Uses ENV variables, so stick SN_HOST, SN_USER and SN_PASSWORD with the appropriate info.

SN_HOST should be the full instance URL, NOT just the ServiceNow instance name. ie.

export SN_HOST=https://whatever.service-now.com/

This is a test

About

ServiceNow plugin for Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors