This commit is contained in:
2023-10-08 12:28:14 -05:00
parent 5ab88dc387
commit ea75da1b41
26 changed files with 257 additions and 134 deletions

View File

@@ -1,6 +1,11 @@
---
- name: Sharingan-Eval service
- name: Generate monitoring from inventory
delegate_to: localhost
run_once: true
command: "python3 ../bin/generate-monitoring.py {{ inventory_file }}"
- name: Sharingan-Eval service copy
become: yes
register: eval_service
copy:
@@ -55,5 +60,3 @@
owner: root
group: root
mode: 0700

View File

@@ -45,4 +45,3 @@
name: syslog-ng@default.service
state: stopped
enabled: no

View File

@@ -12,4 +12,3 @@
- import_tasks: ../roles/Sharingan/tasks/scans.yml
when: ansible_os_family == "Archlinux"

View File

@@ -5,7 +5,7 @@
package:
name:
- elasticsearch
- mongodb
- mongodb44-bin # Temporarily pinned for extensions
- graylog
state: present