set nginx logging to use journald
All checks were successful
/ Ansible Lint (push) Successful in 1m53s

This commit is contained in:
chris 2025-01-19 20:30:53 +01:00
commit a86b34cf34
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
4 changed files with 27 additions and 0 deletions

View file

@ -23,6 +23,12 @@ argument_specs:
type: bool
required: false
default: true
nginx__deploy_logging_conf:
description: >-
Whether or not to deploy a `logging.conf` to `/etc/nginx/conf.d/logging.conf`.
type: bool
required: false
default: true
nginx__configurations:
description: A list of nginx configurations.
type: list