aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/network.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/network.yml')
-rw-r--r--tasks/network.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tasks/network.yml b/tasks/network.yml
index b8af1c8..81983f5 100644
--- a/tasks/network.yml
+++ b/tasks/network.yml
@@ -77,6 +77,11 @@
mode: "0644"
register: nginx_conf
+- name: Copy over jan.systems HTML
+ ansible.posix.synchronize:
+ src: "{{ jan_systems_html_dir.rstrip('/') + '/' }}"
+ dest: /usr/local/www/jan.systems
+
- name: Start nginx
service:
name: nginx