Update 'config.py'

This commit is contained in:
2019-11-09 21:22:20 -05:00
parent 78f53f5ecf
commit 169be112be

View File

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