From e434710a2345ebaf8129cd56d201692559d21a98 Mon Sep 17 00:00:00 2001
From: Hyperling <me@hyperling.com>
Date: Sat, 20 Mar 2021 12:29:46 -0500
Subject: [PATCH] Create debug group.

---
 hosts     |  5 +++++
 local.yml | 11 +++++++++++
 2 files changed, 16 insertions(+)

diff --git a/hosts b/hosts
index 849305f..3710814 100644
--- a/hosts
+++ b/hosts
@@ -1,6 +1,11 @@
 [everything]
 localhost
 
+[debug]
+dell-laptop
+test
+usb
+
 [workstation]
 dell-laptop
 usb
diff --git a/local.yml b/local.yml
index 7f86311..39cc630 100644
--- a/local.yml
+++ b/local.yml
@@ -133,6 +133,17 @@
 
 
 
+# Test anything that's being developed before ending.
+- name: Main | TESTING
+  hosts: debug
+  connection: local
+  become: true
+
+  tasks:
+    - include: tasks/general/software/telegraf.yml
+
+
+
 # Provide information for analysis.
 - name: Main | Reporting
   hosts: localhost