Skip to content
Snippets Groups Projects
Commit 48b36870 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini Committed by Jelle van der Waa
Browse files

plabooks: Change the archweb db variable to point to archlinux.org

Change the archweb_db_host variable to point to archlinux.org instead of
apollo. This is of particular importance to gemini.
parent cf7da80e
No related branches found
No related tags found
1 merge request!201Final changes for the migration
--- ---
archweb_db_host: 'apollo.archlinux.org' archweb_db_host: 'archlinux.org'
# raise tcp window limits to 32MiB # raise tcp window limits to 32MiB
tcp_rmem: "10240 87380 33554432" tcp_rmem: "10240 87380 33554432"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
hosts: gemini.archlinux.org hosts: gemini.archlinux.org
remote_user: root remote_user: root
vars: vars:
archweb_db_host: 'apollo.archlinux.org' archweb_db_host: 'archlinux.org'
dbscripts_commit: '20191022' dbscripts_commit: '20191022'
roles: roles:
- { role: common } - { role: common }
......
...@@ -29,5 +29,5 @@ ...@@ -29,5 +29,5 @@
- name: upload website - name: upload website
unarchive: src={{ tempdir.path }}/pacman/pacman-{{ pacman_version }}/doc/website.tar.gz dest={{ archweb_dir }}/archlinux.org/pacman mode=0644 unarchive: src={{ tempdir.path }}/pacman/pacman-{{ pacman_version }}/doc/website.tar.gz dest={{ archweb_dir }}/archlinux.org/pacman mode=0644
delegate_to: apollo.archlinux.org delegate_to: archlinux.org
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