diff options
-rw-r--r-- | chaos-at-home/ch-http-proxy.yml | 12 | ||||
-rw-r--r-- | files/chaos-at-home/logo.jpg | bin | 0 -> 5391 bytes |
2 files changed, 9 insertions, 3 deletions
diff --git a/chaos-at-home/ch-http-proxy.yml b/chaos-at-home/ch-http-proxy.yml index dc57ad6f..544c781c 100644 --- a/chaos-at-home/ch-http-proxy.yml +++ b/chaos-at-home/ch-http-proxy.yml @@ -80,6 +80,11 @@ path: /var/www/default state: directory + - name: copy chaos-at-home logo file + copy: + src: "{{ global_files_dir }}/chaos-at-home/logo.jpg" + dest: /var/www/default/logo.jpg + - name: install index.html for default server copy: dest: /var/www/default/index.html @@ -88,9 +93,10 @@ <head> <title>No Such Site</title> </head> - <body> - <div style="text-align: center; margin-top: 4em; margin-left:auto; margin-right:auto; font-family: Helvetica, Arial, Sans-Serif;"> - <h2 style="">You have reached the chaos-at-home internal webserver, however the URL that you used is unknown to this host.</h2> + <body style="font-family: Helvetica, Arial, Sans-Serif; color: white; background: black;"> + <div style="text-align: center; margin-top: 4em; margin-left:auto; margin-right:auto;"> + <img src="logo.jpg" alt="chaos@home Logo" /> + <h2 style="">You have reached the chaos@home internal webserver, however the URL that you used is unknown to this host.</h2> </div> </body> </html> diff --git a/files/chaos-at-home/logo.jpg b/files/chaos-at-home/logo.jpg Binary files differnew file mode 100644 index 00000000..0f6c3578 --- /dev/null +++ b/files/chaos-at-home/logo.jpg |