Add robots.txt
This commit is contained in:
parent
75714b05be
commit
890c57123e
2 changed files with 7 additions and 0 deletions
2
roles/keyserver/files/robots.txt
Normal file
2
roles/keyserver/files/robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /pks/
|
|
@ -42,6 +42,11 @@
|
|||
tags:
|
||||
- config
|
||||
|
||||
- name: /srv/sks/web/robots.txt
|
||||
copy: src="robots.txt" dest=/srv/sks/web/robots.txt owner=sks group=sks mode=0644
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: /etc/httpd/conf.d/sks.conf
|
||||
template: src="sks.conf" dest=/etc/httpd/conf.d/sks.conf owner=root group=root mode=0644
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue