-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing requirements file;Adding pre-commit-hooks and fixes (#36)
- Loading branch information
Showing
11 changed files
with
95 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Ignore certain ansible-lint error messages. | ||
warn_list: | ||
- '106' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
repos: | ||
- repo: local | ||
hooks: | ||
- id: ansible-lint | ||
name: Ansible-lint | ||
description: This hook runs ansible-lint. | ||
entry: ansible-lint --force-color . | ||
language: python | ||
pass_filenames: false | ||
always_run: true | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v3.2.0 | ||
hooks: | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,76 @@ | ||
# ansible-ossec-server Release | ||
# Changelog | ||
|
||
Below an overview of all changes in the releases. | ||
## [0.6.1](https://github.com/dj-wasabi/ansible-ossec-server/tree/0.6.1) (2020-09-01) | ||
|
||
Version (Release date) | ||
[Full Changelog](https://github.com/dj-wasabi/ansible-ossec-server/compare/0.6.0...0.6.1) | ||
|
||
0.6.1 (2020-09-01) | ||
## [0.6.0](https://github.com/dj-wasabi/ansible-ossec-server/tree/0.6.0) (2020-08-31) | ||
|
||
* Allow to override GPG checking while installing release.rpm file. | ||
[Full Changelog](https://github.com/dj-wasabi/ansible-ossec-server/compare/0.5.0...0.6.0) | ||
|
||
0.6.0 (2020-08-31) | ||
## [0.5.0](https://github.com/dj-wasabi/ansible-ossec-server/tree/0.5.0) (2018-09-11) | ||
|
||
* Update to current ansible/molecule/testinfra and fix CentOS7 init. #31 (By pull request: skyscooby (Thanks!)) | ||
* Amazon Linux & Local Postfix Relay #33 (By pull request: sblack4 (Thanks!)) | ||
* Moved from travis to Github Actions. | ||
[Full Changelog](https://github.com/dj-wasabi/ansible-ossec-server/compare/0.4.0...0.5.0) | ||
|
||
0.5.0 (2018-09-11) | ||
**Closed issues:** | ||
|
||
* Added tests;Removing pyc file #21 | ||
* Fixes #22 (By pull request: elrondvega (Thanks!)) | ||
* Use specific version of libraries #24 | ||
* Bunch of files #25 | ||
* Moved some client-syslog after the installation of the configuration … #26 | ||
* Added Ubuntu #27 | ||
* Fixes issue #28 (By pull request: dale-c-anderson (Thanks!)) | ||
* Fix check-mode with syslog-output configured #30 (By pull request: sigio (Thanks!)) | ||
- The `restart ossec-server` handler fails when using the `rules` tag [\#28](https://github.com/dj-wasabi/ansible-ossec-server/issues/28) | ||
- Issue with syslog\_outputs [\#9](https://github.com/dj-wasabi/ansible-ossec-server/issues/9) | ||
|
||
0.4.0 (2017-12-27) | ||
## [0.4.0](https://github.com/dj-wasabi/ansible-ossec-server/tree/0.4.0) (2017-12-27) | ||
|
||
* Fix some formatting issues with the example config in the readme file #19 (By pull request: dale-c-anderson (Thanks!)) | ||
* Using Molecule V2 #18 | ||
* Update atomic-release #17 (By pull request: aarnaud (Thanks!)) | ||
[Full Changelog](https://github.com/dj-wasabi/ansible-ossec-server/compare/0.3.0...0.4.0) | ||
|
||
0.3.0 (2017-05-14) | ||
**Implemented enhancements:** | ||
|
||
* refactor cis_distribution_filename usage to be more dry #16 (By pull request: s01ipsist (Thanks!)) | ||
* Fixing molecule #15 | ||
* Fix ossec upstream repository #14 (By pull request: s01ipsist (Thanks!)) | ||
* Fix debian repository + systemd daemon reload #13 (By pull request: s01ipsist (Thanks!)) | ||
- Define a variable for atomicorp repo version [\#20](https://github.com/dj-wasabi/ansible-ossec-server/issues/20) | ||
|
||
0.2.0 (2017-02-14) | ||
## [0.3.0](https://github.com/dj-wasabi/ansible-ossec-server/tree/0.3.0) (2017-05-13) | ||
|
||
* 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!)) | ||
[Full Changelog](https://github.com/dj-wasabi/ansible-ossec-server/compare/0.2.0...0.3.0) | ||
|
||
0.1.0 (2015-11-16) | ||
**Merged pull requests:** | ||
|
||
* 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 | ||
- refactor cis\_distribution\_filename usage to be more dry [\#16](https://github.com/dj-wasabi/ansible-ossec-server/pull/16) ([s01ipsist](https://github.com/s01ipsist)) | ||
- Fixing molecule [\#15](https://github.com/dj-wasabi/ansible-ossec-server/pull/15) ([dj-wasabi](https://github.com/dj-wasabi)) | ||
- Fix debian repository + systemd daemon reload [\#13](https://github.com/dj-wasabi/ansible-ossec-server/pull/13) ([aarnaud](https://github.com/aarnaud)) | ||
|
||
0.0.2 (2014-12-11) | ||
## [0.2.0](https://github.com/dj-wasabi/ansible-ossec-server/tree/0.2.0) (2017-02-14) | ||
|
||
* Added possibilty to use other mail settings | ||
* Reworked module for better setup. Updated readme | ||
[Full Changelog](https://github.com/dj-wasabi/ansible-ossec-server/compare/0.1.0...0.2.0) | ||
|
||
0.0.1 (2014-12-04) | ||
**Implemented enhancements:** | ||
|
||
* Initial creation | ||
- Enable testing with Molecule [\#11](https://github.com/dj-wasabi/ansible-ossec-server/issues/11) | ||
|
||
**Merged pull requests:** | ||
|
||
- Added molecule to test role [\#12](https://github.com/dj-wasabi/ansible-ossec-server/pull/12) ([dj-wasabi](https://github.com/dj-wasabi)) | ||
- Remove ssl files and add task to generate them + Fix script init task [\#10](https://github.com/dj-wasabi/ansible-ossec-server/pull/10) ([aarnaud](https://github.com/aarnaud)) | ||
- Fix the permissions in the wazuh-authd in upstart system. [\#8](https://github.com/dj-wasabi/ansible-ossec-server/pull/8) ([jlruizmlg](https://github.com/jlruizmlg)) | ||
- add ossec authd as service [\#7](https://github.com/dj-wasabi/ansible-ossec-server/pull/7) ([jlruizmlg](https://github.com/jlruizmlg)) | ||
- Update CIS filename to CentOS & Redhat 7 [\#6](https://github.com/dj-wasabi/ansible-ossec-server/pull/6) ([jlruizmlg](https://github.com/jlruizmlg)) | ||
- - allow providing own local\_rules.xml template with var ossec\_server\_… [\#5](https://github.com/dj-wasabi/ansible-ossec-server/pull/5) ([recunius](https://github.com/recunius)) | ||
- Updates [\#4](https://github.com/dj-wasabi/ansible-ossec-server/pull/4) ([recunius](https://github.com/recunius)) | ||
- do not look for specific key ID. It appears that OSSEC released a new… [\#3](https://github.com/dj-wasabi/ansible-ossec-server/pull/3) ([recunius](https://github.com/recunius)) | ||
|
||
## [0.1.0](https://github.com/dj-wasabi/ansible-ossec-server/tree/0.1.0) (2015-11-16) | ||
|
||
[Full Changelog](https://github.com/dj-wasabi/ansible-ossec-server/compare/0.0.2...0.1.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- Updates to support Ubuntu and also adds more configuration options [\#2](https://github.com/dj-wasabi/ansible-ossec-server/pull/2) ([recunius](https://github.com/recunius)) | ||
- Fixes for CentOS/EL7 [\#1](https://github.com/dj-wasabi/ansible-ossec-server/pull/1) ([andskli](https://github.com/andskli)) | ||
|
||
## [0.0.2](https://github.com/dj-wasabi/ansible-ossec-server/tree/0.0.2) (2014-12-11) | ||
|
||
[Full Changelog](https://github.com/dj-wasabi/ansible-ossec-server/compare/0.0.1...0.0.2) | ||
|
||
## [0.0.1](https://github.com/dj-wasabi/ansible-ossec-server/tree/0.0.1) (2014-12-07) | ||
|
||
[Full Changelog](https://github.com/dj-wasabi/ansible-ossec-server/compare/055ca4cfce21919e56a4135912d50efb83227dd5...0.0.1) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,3 @@ enabled={{ item.enabled }} | |
priority={{ item.priority }} | ||
gpgcheck={{ item.gpgcheck }} | ||
gpgkey={{ item.gpgkey }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters