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
|
[redfish]
#The Redfish Utility reads the following environment variables, and applies them at runtime.
#Note that they can be overridden by command line switches.
##### Log Settings #####
##########################################
# directory where ilorest writes its log file
#logdir = /var/log/ilorest/
##### Cache Settings #####
##########################################
# option to disable caching of all data
#cache = False
##### Credential Settings #####
##########################################
# option to use the provided url to login
#url = https://127.0.0.1
# option to use the provided username to login
#username = admin
# option to use the provided password to login
#password = password
# option to use the provided ssl certificate or certificate bundle for HTTPS validation
#sslcert = ./
##### Commit Settings #####
##########################################
# flag to commit in all places where applicable
#commit = True
##### Output Default Settings #####
##########################################
# flag to change output format in all places where applicable
#format = json
##### Schema Default Settings #####
##########################################
# directory where ilorest will look for ilo schemas
#iloschemadir = /usr/share/ilorest/
# directory where ilorest will look for bios schemas
#biosschemadir = /usr/share/ilorest/
##### Default Save/Load Settings #####
##########################################
# option to set default save output file
#savefile = redfish.json
# option to set default load input file
#loadfile = redfish.json
|