add google site validation for mattdm - https://pagure.io/fedora-websites/issue/729

This commit is contained in:
Kevin Fenzi 2017-10-04 20:52:35 +00:00
parent 1c3cf6701c
commit d161ffd9e4
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1 @@
Alias /google4ddeb43aa58b0de1.html /srv/web/google4ddeb43aa58b0de1.html

View file

@ -16,12 +16,14 @@
- hotspot.conf
- expires.conf
- deflate.conf
- mattdm-google-validate.conf
notify:
- reload proxyhttpd
tags:
- fedora-web
- fedora-web/main
- fedora-web/hotspot
- fedora-web/google-site-verification
- name: And one template (for {{website}})
template: >
@ -44,6 +46,17 @@
- fedora-web/main
- fedora-web/hotspot
# create google validation for mattdm. See https://pagure.io/fedora-websites/issue/729
- name: Create a file for google validation
copy: dest=/srv/web/google4ddeb43aa58b0de1.html content="google-site-verification: google4ddeb43aa58b0de1.html"
owner=root group=root mode=0644
setype=httpd_sys_content_t
tags:
- fedora-web
- fedora-web/main
- fedora-web/google-site-verification
- name: And, copy over a template for browserid
template: >
src=browserid.fedoraproject.org dest=/srv/web/browserid.fedoraproject.org