+ Landing page update play
This commit is contained in:
8
docker-host/setup/tasks/landing-page.yml
Normal file
8
docker-host/setup/tasks/landing-page.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- hosts: leftcoastlab
|
||||||
|
become: yes
|
||||||
|
tasks:
|
||||||
|
- name: Copy landing page
|
||||||
|
copy:
|
||||||
|
src: "{{LANDING_PAGE_PUBLIC_PATH}}/public/"
|
||||||
|
dest: /var/www/html/
|
||||||
Reference in New Issue
Block a user