forked from ServiceNowITOM/ansible-sn-inventory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
now.ini
38 lines (23 loc) · 1.21 KB
/
now.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Ansible ServiceNow external inventory script settings
[defaults]
# Specify the number of seconds to use the inventory cache before it is
# considered stale. If not defined, defaults to 0 seconds.
#cache_max_age = 3600
# Specify the directory used for storing the inventory cache. If not defined,
# caching will be disabled.
#cache_dir = .cache/ansible
[auth]
# The ServiceNow instance URI. The URI should be the fully-qualified domain name, e.g. 'your-instance.servicenow.com'.
# This setting may also be defined via the SN_INSTANCE environment variable.
instance = myinstance.service-now.com
# The ServiceNow instance user name. The user acount should have enough rights to read the cmdb_ci_server table.
# This setting may also be defined with the SN_USERNAME environment variable.
user = iruser
# The ServiceNow instance user password.
# This setting may also be defined with the SN_PASSWORD environment variable.
password = icanhasaccess
[config]
# Comma seperated string providing additional table columns to use as groups. Groups can overlap with fields.
#groups = 'company, os'
# Comma seperated string providing additional table columns to add as host vars to each inventory host.
#fields = 'company, os, os_version'