diff --git a/docker-host/setup/tasks/landing-page.yml b/docker-host/setup/tasks/landing-page.yml new file mode 100644 index 0000000..3941f70 --- /dev/null +++ b/docker-host/setup/tasks/landing-page.yml @@ -0,0 +1,8 @@ +--- +- hosts: leftcoastlab + become: yes + tasks: + - name: Copy landing page + copy: + src: "{{LANDING_PAGE_PUBLIC_PATH}}/public/" + dest: /var/www/html/ \ No newline at end of file