From 11f36484013dd0867f03827f9e83669b003d6618 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 28 Sep 2019 00:42:09 -0400 Subject: [PATCH] Create config.yaml This is just a template --- config.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..9d46ac7 --- /dev/null +++ b/config.yaml @@ -0,0 +1,21 @@ +# 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"