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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
sofubi
ansible
Commits
4fdddb38
Commit
4fdddb38
authored
4 years ago
by
sofubi
Browse files
Options
Downloads
Patches
Plain Diff
Amends typos
parent
efae5f76
No related branches found
No related tags found
No related merge requests found
Pipeline
#12700
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/nginx.yml
+7
-7
7 additions, 7 deletions
tasks/nginx.yml
with
7 additions
and
7 deletions
tasks/nginx.yml
+
7
−
7
View file @
4fdddb38
...
@@ -14,23 +14,23 @@
...
@@ -14,23 +14,23 @@
state
:
started
state
:
started
# from https://gist.github.com/mattiaslundberg/ba214a35060d3c8603e9b1ec8627d349
# from https://gist.github.com/mattiaslundberg/ba214a35060d3c8603e9b1ec8627d349
-
name
:
"
Prepare
snapd
for
certbot
installation
"
-
name
:
Prepare snapd for certbot installation
when
:
funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
when
:
funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become
:
true
become
:
true
command
:
snap install core
command
:
snap install core
-
name
:
"
Refresh
core
snap
before
installing
certbot
"
-
name
:
Refresh core snap before installing certbot
when
:
funkwh
w
ale_nginx_managed and funkwhale_letsencrypt_enabled
when
:
funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become
:
true
become
:
true
command
:
snap refresh core
command
:
snap refresh core
-
name
:
"
Install
certbot
snap
"
-
name
:
Install certbot snap
when
:
funkwh
w
ale_nginx_managed and funkwhale_letsencrypt_enabled
when
:
funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become
:
true
become
:
true
command
:
snap install --classic certbot
command
:
snap install --classic certbot
-
name
:
"
Link
certbot
snap
installation
"
-
name
:
Link certbot snap installation
when
:
funkwh
w
ale_nginx_managed and funkwhale_letsencrypt_enabled
when
:
funkwhale_nginx_managed and funkwhale_letsencrypt_enabled
become
:
true
become
:
true
command
:
ln -s /snap/bin/certbot /usr/bin/certbot
command
:
ln -s /snap/bin/certbot /usr/bin/certbot
...
...
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