Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
webservices
Commits
a4bc7165
Commit
a4bc7165
authored
1 month ago
by
Thomas Schneider
Browse files
Options
Downloads
Patches
Plain Diff
WIP: caddy argument_specs
parent
89d3b7ac
No related branches found
No related tags found
No related merge requests found
Pipeline
#7845
failed
1 month ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
caddy/meta/argument_specs.yml
+30
-0
30 additions, 0 deletions
caddy/meta/argument_specs.yml
with
30 additions
and
0 deletions
caddy/meta/argument_specs.yml
0 → 100644
+
30
−
0
View file @
a4bc7165
---
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment