Adding landing page
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
- "{{ website_data_dir }}"
|
||||
- "{{ website_data_dir }}/html"
|
||||
|
||||
- name: Deploy landing page
|
||||
ansible.builtin.template:
|
||||
src: index.html.j2
|
||||
dest: "{{ website_data_dir }}/html/index.html"
|
||||
mode: '0644'
|
||||
notify: restart website
|
||||
|
||||
- name: Deploy website docker-compose
|
||||
ansible.builtin.template:
|
||||
src: docker-compose.yml.j2
|
||||
|
||||
Reference in New Issue
Block a user