Add robots.txt

This commit is contained in:
Nick Bebout 2017-09-05 01:55:34 +00:00
parent 75714b05be
commit 890c57123e
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,2 @@
User-agent: *
Disallow: /pks/

View file

@ -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: