From 3af50b06793191d8e96f1db80e0461d70efb8d7b Mon Sep 17 00:00:00 2001 From: jgaunt Date: Sat, 9 Nov 2019 20:44:23 -0500 Subject: [PATCH] Add 'config.yaml' --- config.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..94af1f2 --- /dev/null +++ b/config.yaml @@ -0,0 +1,13 @@ +host1: + hostname: + root_password: + ca_certificate_path: + pools: + name: encryption_key +host2: + hostname: + root_password: + ca_certificate_path: + pools: + name: encryption_key + \ No newline at end of file