Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Lets Encrypt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
Lets Encrypt
Commits
c1d9229e
Commit
c1d9229e
authored
6 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Add missing tags
parent
9020ba66
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tasks/cert.yml
+3
-1
3 additions, 1 deletion
tasks/cert.yml
tasks/cert_generate.yml
+3
-1
3 additions, 1 deletion
tasks/cert_generate.yml
tasks/main.yml
+1
-0
1 addition, 0 deletions
tasks/main.yml
with
7 additions
and
2 deletions
tasks/cert.yml
+
3
−
1
View file @
c1d9229e
...
...
@@ -18,4 +18,6 @@
-
include_tasks
:
cert_generate.yml
when
:
cert_definition.changed
tags
:
'
ApacheConfig'
tags
:
-
'
ApacheConfig'
-
'
Certs'
This diff is collapsed.
Click to expand it.
tasks/cert_generate.yml
+
3
−
1
View file @
c1d9229e
...
...
@@ -38,4 +38,6 @@
with_items
:
'
{{
letsencrypt_pause_services|default([])
}}'
ignore_errors
:
true
tags
:
'
ApacheConfig'
tags
:
-
'
ApacheConfig'
-
'
Certs'
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
1
−
0
View file @
c1d9229e
...
...
@@ -26,6 +26,7 @@
with_items
:
'
{{
letsencrypt_certificates|default([])
}}'
loop_control
:
loop_var
:
domain
tags
:
'
Certs'
-
import_tasks
:
renew.yml
when
:
letsencrypt_certs_available is defined and letsencrypt_certs_available.stat.exists and (proxy_active is not defined or proxy_active)
...
...
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