Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add rsyslog #50

Merged
merged 1 commit into from
May 28, 2024
Merged

feat: add rsyslog #50

merged 1 commit into from
May 28, 2024

Conversation

sbaerlocher
Copy link
Member

@sbaerlocher sbaerlocher commented May 28, 2024

What's Changed

  • Rsyslog Role Enhancements:
    • Default Variables for Rsyslog (roles/rsyslog/defaults/main.yml):

      • Added a list of rsyslog_packages to be installed.
      • Defined the name of the rsyslog_service.
      • Configured rsyslog_configuration with modules, global directives, and logging rules.
    • Handlers for Rsyslog (roles/rsyslog/handlers/main.yml):

      • Added handlers to restart, start, and enable the rsyslog service.
    • Argument Specification for Rsyslog (roles/rsyslog/meta/argument_specs.yml):

      • Defined the parameters for configuring rsyslog and its environment.
    • Meta Information for Rsyslog (roles/rsyslog/meta/main.yml):

      • Added meta information, including description, author, license, and supported platforms.
    • Main Tasks for Rsyslog (roles/rsyslog/tasks/main.yml):

      • Included role to install rsyslog packages.
      • Deployed main rsyslog configuration to hosts.
    • Rsyslog Configuration Template (roles/rsyslog/templates/etc/rsyslog.conf.j2):

      • Template for rsyslog configuration, including module loading, global directives, and rules for logging.

Full Changelog: 0.0.30...0.0.31

@sbaerlocher sbaerlocher merged commit 3e264e4 into main May 28, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant