diff --git a/config.py b/config.py new file mode 100644 index 0000000..e0794a5 --- /dev/null +++ b/config.py @@ -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' + } +} \ No newline at end of file diff --git a/config.yml b/config.yml deleted file mode 100644 index 25235c7..0000000 --- a/config.yml +++ /dev/null @@ -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 - \ No newline at end of file