Create debug group.

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

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.
- name: Main | Reporting
hosts: localhost