set nginx logging to use journald
All checks were successful
/ Ansible Lint (push) Successful in 1m53s
All checks were successful
/ Ansible Lint (push) Successful in 1m53s
This commit is contained in:
parent
328ec744cc
commit
a86b34cf34
4 changed files with 27 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue