-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory-app-mock.ini
52 lines (30 loc) · 1.24 KB
/
inventory-app-mock.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# 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 HAIINV instance URI.
#instance = herramientasauttst.host.es
# The HAIINV Service
service = haiinv/api/v2/inventory
# The 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 =
# The instance user password.
# This setting may also be defined with the SN_PASSWORD environment variable.
# password =
[config]
# The team group in caixa to filter inventory (e.g. I-SSO-ES-TS-TSBASE-FACTORY, etc.).
#team = I-SSO-ES-TS-TSBASE-FACTORY
# team = I-SSO-ES-TS-STORAGE
# The environment to filter inventory (e.g. PRODUCTION, etc.).
# environment = PRODUCTION
#tower_env = pre
# Proxy configuration
# This setting may also be defined with the SN_PROXY environment variable.
#proxy= http://proxyserv.svb.host.es:8080
proxy = http://proxyserv.svb.host.es:8080