Create debug group.

This commit is contained in:
Hyperling 2021-03-20 12:29:46 -05:00
parent aca882107a
commit e434710a23
2 changed files with 16 additions and 0 deletions

5
hosts
View File

@ -1,6 +1,11 @@
[everything] [everything]
localhost localhost
[debug]
dell-laptop
test
usb
[workstation] [workstation]
dell-laptop dell-laptop
usb usb

View File

@ -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. # Provide information for analysis.
- name: Main | Reporting - name: Main | Reporting
hosts: localhost hosts: localhost