Create debug group.
This commit is contained in:
parent
aca882107a
commit
e434710a23
5
hosts
5
hosts
@ -1,6 +1,11 @@
|
|||||||
[everything]
|
[everything]
|
||||||
localhost
|
localhost
|
||||||
|
|
||||||
|
[debug]
|
||||||
|
dell-laptop
|
||||||
|
test
|
||||||
|
usb
|
||||||
|
|
||||||
[workstation]
|
[workstation]
|
||||||
dell-laptop
|
dell-laptop
|
||||||
usb
|
usb
|
||||||
|
11
local.yml
11
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.
|
# Provide information for analysis.
|
||||||
- name: Main | Reporting
|
- name: Main | Reporting
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
|
Loading…
x
Reference in New Issue
Block a user