Adding index.html template

This commit is contained in:
Will Bradley 2013-09-26 05:04:21 -07:00
parent cc8b74c61e
commit a747047d79

View File

@ -56,6 +56,10 @@
file: path=/home/$username/public_html owner=$username group=$username mode=0755 state=directory
tags: apache
- name: Apache | Create index.html
template: src=templates/home-username-public_html-index.j2 dest=/home/$username/public_html/index.html
tags: file
- name: Apache | Enable site
command: a2ensite {{ username }}
tags: apache