update for truenas 12 api changes
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# THIS IS A SAMPLE FILE, PLEASE COPY IT AND EDIT THE COPY
|
||||
|
||||
# INI secrets file holds the encrypted secrest for the script
|
||||
# the default section holds the encrypted root password and then the other sections are the vm pool names and encrypted keys
|
||||
# the section name is the name of the pool
|
||||
# the default section holds the encrypted api key and then the other sections are the pool/datasets names and encrypted keys to unlock the pools/datasets
|
||||
# the section name is the name of the pool/dataset
|
||||
# only one variable should be in each section called encrypted_key
|
||||
# example
|
||||
#[DEFAULT]
|
||||
#encrypted_root_password = encrypted_root_password goes here
|
||||
#[vms]
|
||||
#encrypted_api_key = encrypted_api_key goes here
|
||||
#[media]
|
||||
#encrypted_key = some encrypted key goes here
|
||||
#
|
||||
[DEFAULT]
|
||||
encrypted_root_password =
|
||||
encrypted_api_key =
|
||||
Reference in New Issue
Block a user