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
5 lines
66 B
YAML
5 lines
66 B
YAML
- name: reload httpd
|
|
service:
|
|
name=httpd
|
|
state=reloaded
|