First attempt at domain-wide Telegraf logging. (debug-only)

This commit is contained in:
2021-03-20 12:05:18 -05:00
parent 61677066a6
commit 9250767d10
7 changed files with 186 additions and 30 deletions

View File

@ -131,18 +131,18 @@
- include: tasks/server/grafana.yml
when: grafana is defined and ansible_pkg_mgr == "apt"
- include: tasks/server/telegraf.yml
when: telegraf is defined and ansible_pkg_mgr == "apt"
# Create reports to analyze security.
- name: Main | Hardness Tests
# Provide information for analysis.
- name: Main | Reporting
hosts: localhost
connection: local
become: true
tasks:
- include: tasks/general/software/telegraf.yml
when: debug is defined
- include: tasks/general/tests/nmap.yml
- include: tasks/general/tests/lynis.yml