Update 'config.py'
This commit is contained in:
15
config.py
15
config.py
@@ -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'}
|
||||
Reference in New Issue
Block a user