Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-rt
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
ansible-rt
Merge requests
!3
NGINX → Caddy integration
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
NGINX → Caddy integration
th/nginx-caddy
into
main
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
NGINX → Caddy integration
Thomas Schneider
requested to merge
th/nginx-caddy
into
main
8 months ago
Overview
0
Commits
2
Pipelines
1
Changes
2
0
0
Merge request reports
Viewing commit
fa04c4ef
Prev
Next
Show latest version
2 files
+
14
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
fa04c4ef
Add optional Caddy configuration task using webservices/caddy role
· fa04c4ef
Thomas Schneider
authored
10 months ago
request-tracker/defaults/main.yml
+
1
−
0
View file @ fa04c4ef
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,3 +3,4 @@
@@ -3,3 +3,4 @@
rt_workers
:
4
rt_workers
:
4
rt_ldap_password
:
"
{{
lookup('passwordstore',
rt_ldappass)
}}"
rt_ldap_password
:
"
{{
lookup('passwordstore',
rt_ldappass)
}}"
rt_disallowexecutecode
:
true
rt_disallowexecutecode
:
true
rt_configure_caddy
:
false
Loading