From f7b9eee088fe81fb0fe42056b4349f9da6960019 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Sat, 9 Nov 2019 21:17:38 -0500 Subject: [PATCH] Update 'config.py' --- config.py | 10 ++++++++++ config.yml | 14 -------------- 2 files changed, 10 insertions(+), 14 deletions(-) create mode 100644 config.py delete mode 100644 config.yml 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