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
|
# THIS IS A SAMPLE FILE, PLEASE COPY IT AND EDIT THE COPY
|
||||||
|
|
||||||
# INI secrets file holds the encrypted secrest for the script
|
# 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 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
|
# the section name is the name of the pool/dataset
|
||||||
# only one variable should be in each section called encrypted_key
|
# only one variable should be in each section called encrypted_key
|
||||||
# example
|
# example
|
||||||
#[DEFAULT]
|
#[DEFAULT]
|
||||||
#encrypted_root_password = encrypted_root_password goes here
|
#encrypted_api_key = encrypted_api_key goes here
|
||||||
#[vms]
|
#[media]
|
||||||
#encrypted_key = some encrypted key goes here
|
#encrypted_key = some encrypted key goes here
|
||||||
#
|
#
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
encrypted_root_password =
|
encrypted_api_key =
|
||||||
Reference in New Issue
Block a user