Skip to content
Snippets Groups Projects
Verified Commit a950a8a7 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Update archweb to latest release

Fix deploying archweb on gemini
parent 9dac036f
No related branches found
Tags 1-0.5.2-2
No related merge requests found
Pipeline #9079 passed
...@@ -13,7 +13,7 @@ archweb_domains_templates: ...@@ -13,7 +13,7 @@ archweb_domains_templates:
archweb_allowed_hosts: ["{{ archweb_domain }}", 'ipxe.archlinux.org'] archweb_allowed_hosts: ["{{ archweb_domain }}", 'ipxe.archlinux.org']
archweb_nginx_conf: '/etc/nginx/nginx.d/archweb.conf' archweb_nginx_conf: '/etc/nginx/nginx.d/archweb.conf'
archweb_repository: 'https://github.com/archlinux/archweb.git' archweb_repository: 'https://github.com/archlinux/archweb.git'
archweb_version: 'release_2021-06-20' archweb_version: 'release_2021-06-23'
archweb_pgp_key: ['E499C79F53C96A54E572FEE1C06086337C50773E'] archweb_pgp_key: ['E499C79F53C96A54E572FEE1C06086337C50773E']
archweb_site: true archweb_site: true
archweb_mirrorcheck: false archweb_mirrorcheck: false
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
name: certificate name: certificate
vars: vars:
domains: "{{ [archweb_domain] + archweb_alternate_domains }}" domains: "{{ [archweb_domain] + archweb_alternate_domains }}"
when: archweb_site|bool and maintenance is not defined
- name: set up nginx - name: set up nginx
template: src=nginx.d.conf.j2 dest="{{ archweb_nginx_conf }}" owner=root group=root mode=644 template: src=nginx.d.conf.j2 dest="{{ archweb_nginx_conf }}" owner=root group=root mode=644
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment