websites: Add role for pyrocufflink.net site
The *websites/pyrocufflink.net* role configures the public web server to host *pyrocufflink.net*. This site has two functions: * It redirects `/` to http://dustin.hatch.name/ * It proxies user home directories (i.e. /~dustin/) to the file server
This commit is contained in:
6
roles/websites/pyrocufflink.net/tasks/main.yml
Normal file
6
roles/websites/pyrocufflink.net/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: ensure apache is configured to serve pyrocufflink.net site
|
||||
template:
|
||||
src=pyrocufflink.httpd.conf.j2
|
||||
dest=/etc/httpd/conf.d/pyrocufflink.net.conf
|
||||
mode=0644
|
||||
notify: reload httpd
|
||||
Reference in New Issue
Block a user