From 59008bda4d34fa0f8e29bb34cdcc9635d9c5b376 Mon Sep 17 00:00:00 2001 From: Carlos Dominguez <43823505+cadoming@users.noreply.github.com> Date: Mon, 14 Jan 2019 09:07:47 +0100 Subject: [PATCH] delete useless files (#137) --- roles/wazuh/ansible-wazuh-manager/.gitignore | 1 - .../wazuh/ansible-wazuh-manager/CHANGELOG.md | 31 ------------------- .../wazuh/ansible-wazuh-manager/playbook.yml | 3 -- 3 files changed, 35 deletions(-) delete mode 100644 roles/wazuh/ansible-wazuh-manager/.gitignore delete mode 100644 roles/wazuh/ansible-wazuh-manager/CHANGELOG.md delete mode 100644 roles/wazuh/ansible-wazuh-manager/playbook.yml diff --git a/roles/wazuh/ansible-wazuh-manager/.gitignore b/roles/wazuh/ansible-wazuh-manager/.gitignore deleted file mode 100644 index a8a9013c..00000000 --- a/roles/wazuh/ansible-wazuh-manager/.gitignore +++ /dev/null @@ -1 +0,0 @@ -./.kitchen diff --git a/roles/wazuh/ansible-wazuh-manager/CHANGELOG.md b/roles/wazuh/ansible-wazuh-manager/CHANGELOG.md deleted file mode 100644 index 897c05b4..00000000 --- a/roles/wazuh/ansible-wazuh-manager/CHANGELOG.md +++ /dev/null @@ -1,31 +0,0 @@ -#ansible-ossec-server Release - -Below an overview of all changes in the releases. - -Version (Release date) - -0.2.0 (2017-02-14) - - * Added molecule testing - * do not look for specific key ID. It appears that OSSEC released a new… #3 (By pull request: recunius (Thanks!)) - * Updates #4 (By pull request: recunius (Thanks!)) - * allow providing own local_rules.xml template with var ossec_server_… #5 (By pull request: recunius (Thanks!)) - * Update CIS filename to CentOS & Redhat 7 #6 (By pull request: jlruizmlg (Thanks!)) - * add ossec authd as service #7 (By pull request: jlruizmlg (Thanks!)) - * Fix the permissions in the wazuh-authd in upstart system. #8 (By pull request: jlruizmlg (Thanks!)) - * Remove ssl files and add task to generate them + Fix script init task #10 (By pull request: aarnaud (Thanks!)) - -0.1.0 (2015-11-16) - - * Fixes for CentOS/EL7 #1 (By pull request: andskli (Thanks!)) - * Updates to support Ubuntu and also adds more configuration options #2 (By pull request: recunius (Thanks!)) - * Added kitchen test and serverspec tests - -0.0.2 (2014-12-11) - - * Added possibilty to use other mail settings - * Reworked module for better setup. Updated readme - -0.0.1 (2014-12-04) - - * Initial creation diff --git a/roles/wazuh/ansible-wazuh-manager/playbook.yml b/roles/wazuh/ansible-wazuh-manager/playbook.yml deleted file mode 100644 index 8ad964ec..00000000 --- a/roles/wazuh/ansible-wazuh-manager/playbook.yml +++ /dev/null @@ -1,3 +0,0 @@ -- hosts: wazuh-server.example.com - roles: - - { role: ansible-wazuh-server }