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
37f0dd08
Commit
37f0dd08
authored
Jul 09, 2021
by
Thorben Günther
Committed by
Kristian Klausen
Jul 10, 2021
Browse files
archweb: Add robots.txt
Closes
#358
parent
e52c8fdc
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/archweb/files/robots.txt
0 → 100644
View file @
37f0dd08
User-agent: *
Disallow: /packages/search/
Disallow: /packages/?
Disallow: /packages/?*
Sitemap: https://www.archlinux.org/sitemap.xml
Crawl-delay: 2
roles/archweb/tasks/main.yml
View file @
37f0dd08
...
...
@@ -73,6 +73,12 @@
-
name
:
fix home permissions
file
:
state=directory owner=archweb group=archweb mode=0755 path="{{ archweb_dir }}"
-
name
:
make archlinux.org dir
file
:
path="{{ archweb_dir }}/archlinux.org" state=directory owner=archweb group=archweb mode=0755
-
name
:
configure robots.txt
copy
:
src=robots.txt dest="{{ archweb_dir }}/archlinux.org/robots.txt" owner=root group=root mode=0644
-
name
:
configure archweb
template
:
src=local_settings.py.j2 dest={{ archweb_dir }}/local_settings.py owner=archweb group=archweb mode=0660
register
:
config
...
...
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