diff --git a/ansible/host_vars/metal-01.ih-eu-mda1.nimbus.eth1.yml b/ansible/host_vars/metal-01.ih-eu-mda1.nimbus.eth1.yml index 51ddd45..6b6e5df 100644 --- a/ansible/host_vars/metal-01.ih-eu-mda1.nimbus.eth1.yml +++ b/ansible/host_vars/metal-01.ih-eu-mda1.nimbus.eth1.yml @@ -28,3 +28,9 @@ nginx_sites: autoindex on; autoindex_format html; } + + - location = /README.md { + root /data/nimbus-eth1-db; + default_type text/plain; + add_header Content-Type text/plain; + }