Update 'config.py'

This commit is contained in:
2019-11-09 21:25:11 -05:00
parent dfec24e5ae
commit 6231a01fb8

View File

@@ -1,12 +1,5 @@
#!/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'
}
}
}
HOST_SHORTNAME=
HOSTNAME=
ROOT_PASSWORD
POOLS = {'POOL_NAME': 'ENCRYPTION_KEY', 'POOL_NAME2': 'ECRYPTIONKEY'}