-
Notifications
You must be signed in to change notification settings - Fork 18
/
inventory.cfg.sample
67 lines (60 loc) · 1.96 KB
/
inventory.cfg.sample
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[modules]
# Choose operating systems to scan
linux = True
solaris = True
mac = True
bsd = True
aix = True
hpux = True
[settings]
# base_url points to your Device42 server
# For example: base_url = https://192.168.1.50
base_url = https://
# Device42 username and password
username = admin
secret = adm!nd42
[targets]
# targets can be specified as:
# single: 192.168.1.125
# range: 192.168.1.101-192.168.1.150
# cidr block: 192.168.1.0/24
# any combination of above: 192.168.3.0/24,192.168.4.1-192.168.4.10,192.168.55.22,10.0.0.0/24
targets =
# exclude IPs from target scope (single, range, cidr or any combination separated by comma)
exclude_ips=
[credentials]
# If using key file instead of username and password, enter 'True' for use_key_file setting and
# path to the private key file. For example:
# use_key_file = True
# key_file = /home/user/.ssh/id_rsa
use_key_file = False
key_file =
# You can use as many USER:PWD combinations as you like separated by commas.
# TIP: put more frequently used combinations at the beginning of line
# For example: credentials = user:P@ssw0rd,root:P@ssw0rd
# If using key file, instead of user:password combination use just username
# For example: credentials = root
credentials =
[ssh_settings]
ssh_port = 22
timeout = 10
[options]
get_serial_info = True
get_hardware_info = True
get_os_details = True
get_cpu_info = True
get_memory_info = True
ignore_domain = False
ignore_virtual_machines = False
upload_ipv6 = True
duplicate_serials = False
remove_stale_ips = False
give_hostname_precedence = True
mac_lookup = False
debug = True
threads = 50
dict_output = False
#Device properties doesn't handle asymmetrical disk configs well. Better handled in parts.
add_hdd_as_device_properties= False
add_hdd_as_parts = True
add_nic_as_parts = False