This repository has been archived on 2020-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
FreeNAS-Network-Unlock/config.py
2019-11-09 21:22:41 -05:00

12 lines
276 B
Python

#!/usr/bin/env python
hosts = {
'host_shortname': {
'hostname': 'localhost',
'user': 'root',
'password': 'my secret password',
'ca_certificate_path': 'write-math',
'pools': {
'pool_name': 'encryption_passphrase'
}
}
}