Files
configpolicy/roles/websites/pyrocufflink.net/tasks/main.yml
Dustin C. Hatch ed5f7108dc 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
2019-01-04 20:52:23 -06:00

7 lines
200 B
YAML

- 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