adding robots.txt for buildmaster to keep robots from killing it
This commit is contained in:
parent
1297f14557
commit
073fd0e139
2 changed files with 4 additions and 0 deletions
|
@ -71,3 +71,6 @@
|
|||
sudo_user: postgres
|
||||
action: postgresql_user db={{ buildmaster_db_name }} user={{ local_buildmaster_db_user }} password={{ local_buildmaster_db_password }} role_attr_flags=NOSUPERUSER
|
||||
|
||||
- name: put robots.txt at web root of external hostname
|
||||
when: robots_path is defined
|
||||
template: src=robots.txt.j2 dest={{ robots_path }}/robots.txt owner=apache group=apache mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue