diff --git a/config.py b/config.py index f5bf793..e4d9cde 100644 --- a/config.py +++ b/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' - } - } -} \ No newline at end of file +HOST_SHORTNAME= +HOSTNAME= +ROOT_PASSWORD +POOLS = {'POOL_NAME': 'ENCRYPTION_KEY', 'POOL_NAME2': 'ECRYPTIONKEY'} \ No newline at end of file