Update 'config.py'
This commit is contained in:
10
config.py
Normal file
10
config.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
host_shortname = {
|
||||
'hostname': 'localhost',
|
||||
'user': 'root',
|
||||
'password': 'my secret password',
|
||||
'ca_certificate_path': 'write-math',
|
||||
'pools': {
|
||||
'pool_name': 'encryption_passphrase'
|
||||
}
|
||||
}
|
||||
14
config.yml
14
config.yml
@@ -1,14 +0,0 @@
|
||||
host1:
|
||||
hostname:
|
||||
root_password:
|
||||
ca_certificate_path:
|
||||
pools:
|
||||
name: encryption_key
|
||||
host2:
|
||||
hostname:
|
||||
root_password:
|
||||
ca_certificate_path:
|
||||
pools:
|
||||
name: encryption_key
|
||||
test: sgsf
|
||||
|
||||
Reference in New Issue
Block a user