preparing for taskotron production setup

This commit is contained in:
Tim Flink 2014-07-08 17:25:39 +00:00
parent a07d60886b
commit 405fdaa536
6 changed files with 44 additions and 12 deletions

View file

@ -17,8 +17,6 @@
- name: copy fonts
copy: src={{ bigfiles }}/fonts dest=/var/www/html/static/fonts owner=apache group=apache mode=0644
# this isn't actually a template right now, some variable and inventory mongering
# are going to be needed to get vars for taskotron master, resultsdb host etc.
- name: generate landing page
template: src=landingpage.html.j2 dest=/var/www/html/index.html owner=apache group=apache mode=0644