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:
4
roles/websites/pyrocufflink.net/handlers/main.yml
Normal file
4
roles/websites/pyrocufflink.net/handlers/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- name: reload httpd
|
||||
service:
|
||||
name=httpd
|
||||
state=reloaded
|
||||
Reference in New Issue
Block a user