Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
funkwhale
ansible
Commits
9400d7be
Commit
9400d7be
authored
5 years ago
by
xenofem
Browse files
Options
Downloads
Patches
Plain Diff
Use full path for certbot-auto in cronjob
parent
7502bae8
Branches
Branches containing commit
No related tags found
1 merge request
!13
Use full path for certbot-auto in cronjob
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/nginx.yml
+1
-1
1 addition, 1 deletion
tasks/nginx.yml
with
1 addition
and
1 deletion
tasks/nginx.yml
+
1
−
1
View file @
9400d7be
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
cron
:
cron
:
name
:
funkwhale_letsencrypt_renewal
name
:
funkwhale_letsencrypt_renewal
special_time
:
weekly
special_time
:
weekly
job
:
certbot-auto -v -n --renew certonly --nginx -m {{ funkwhale_letsencrypt_email }} --agree-tos -d {{ funkwhale_hostname }} {{ funkwhale_letsencrypt_certbot_flags }}
job
:
/usr/local/bin/
certbot-auto -v -n --renew certonly --nginx -m {{ funkwhale_letsencrypt_email }} --agree-tos -d {{ funkwhale_hostname }} {{ funkwhale_letsencrypt_certbot_flags }}
-
name
:
"
Create
funkwhale
proxy
file"
-
name
:
"
Create
funkwhale
proxy
file"
when
:
funkwhale_nginx_managed
when
:
funkwhale_nginx_managed
...
...
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