deleted config.yaml

The configuration file is no longer needed.
This commit is contained in:
Wyatt J. Miller 2019-09-29 13:48:23 -04:00
parent 9de60652bf
commit aadc4f0790

View File

@ -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"