From aadc4f0790787ca98b61da612e61240994476b58 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 29 Sep 2019 13:48:23 -0400 Subject: [PATCH] deleted config.yaml The configuration file is no longer needed. --- config.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 config.yaml diff --git a/config.yaml b/config.yaml deleted file mode 100644 index 9d46ac7..0000000 --- a/config.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# Configuration template -# -# username: "jbob" -# password: "abc123" -# port: 22 -# hosts: -# - "192.168.1.100" -# logs: -# - "dpkg.log" -# - "dmesg" -# ---- -username: "jbob" -password: "abc123" -port: 22 -hosts: - - "example.com" - - "192.168.1.254" -logs: - - "/var/log/dpkg.log" - - "/var/log/dmesg"