commit | 66fde4df8796945db4eaec663124f0b57ece1ced | [log] [tgz] |
---|---|---|
author | Murat Parlakisik <murat@parlakisik.com> | Thu Sep 22 13:28:13 2016 -0700 |
committer | Murat Parlakisik <murat@parlakisik.com> | Thu Sep 22 13:29:43 2016 -0700 |
tree | 3efdc81d7ab5a878ca272bc67f540deecee9f5f7 | |
parent | 34cb1b8e8fb041baa80a5285af80f932fb3922d0 [diff] [blame] |
Initial Commit Change-Id: I217ec7500eac7c94171f3789704cfd04836bc73a
diff --git a/xos/synchronizer/steps/roles/create_index/tasks/main.yml b/xos/synchronizer/steps/roles/create_index/tasks/main.yml new file mode 100644 index 0000000..91c6029 --- /dev/null +++ b/xos/synchronizer/steps/roles/create_index/tasks/main.yml
@@ -0,0 +1,7 @@ +--- + +- name: Write index.html file to apache document root + template: + src=index.html.j2 + dest=/var/www/html/index.html +