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