Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
a950a8a7
Verified
Commit
a950a8a7
authored
Jun 27, 2021
by
Jelle van der Waa
🚧
Browse files
Update archweb to latest release
Fix deploying archweb on gemini
parent
9dac036f
Pipeline
#9079
passed with stage
in 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/archweb/defaults/main.yml
View file @
a950a8a7
...
...
@@ -13,7 +13,7 @@ archweb_domains_templates:
archweb_allowed_hosts
:
[
"
{{
archweb_domain
}}"
,
'
ipxe.archlinux.org'
]
archweb_nginx_conf
:
'
/etc/nginx/nginx.d/archweb.conf'
archweb_repository
:
'
https://github.com/archlinux/archweb.git'
archweb_version
:
'
release_2021-06-2
0
'
archweb_version
:
'
release_2021-06-2
3
'
archweb_pgp_key
:
[
'
E499C79F53C96A54E572FEE1C06086337C50773E'
]
archweb_site
:
true
archweb_mirrorcheck
:
false
...
...
roles/archweb/tasks/main.yml
View file @
a950a8a7
...
...
@@ -28,6 +28,7 @@
name
:
certificate
vars
:
domains
:
"
{{
[archweb_domain]
+
archweb_alternate_domains
}}"
when
:
archweb_site|bool and maintenance is not defined
-
name
:
set up nginx
template
:
src=nginx.d.conf.j2 dest="{{ archweb_nginx_conf }}" owner=root group=root mode=644
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment