12 lines
276 B
Python
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'
|
|
}
|
|
}
|
|
} |