Skip to content
Snippets Groups Projects
Commit a4bc7165 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

WIP: caddy argument_specs

parent 89d3b7ac
No related branches found
No related tags found
No related merge requests found
Pipeline #7845 failed
---
argument_specs:
main:
short_description: Install and configure Caddy web server
description:
- >-
This is the main entry point for this role. It is a prerequisite of the
C(caddy) entry point.
- The C(main) entry point is designed to be used in a playbook.
options:
caddy_global:
type: dict
required: false
description:
- Global caddy options. Maps directly to Caddyfile.
- >-
See L(upstream
documentation,https://caddyserver.com/docs/caddyfile/options) for
details.
- |
Example::
caddy_global:
auto_https: false
email: acme@example.org
on_demand_tls:
ask: http://localhost:9123/ask
debug: "" # Special value-less option, use with empty string
http_port: null # Omit, useful to override in more specific variables
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment