Files
configpolicy/roles/websites/darkchestofwonders.us/tasks/main.yml
Dustin C. Hatch fe258c51ac r/web/dcow: Proxy to Kubernetes
I've moved the Dark Chest of Wonders website to run in a container on
Kubernetes.  This will keep it from breaking every time the OS is
updated on the web server, when the version of Python in Fedora changes.
2023-12-17 20:16:51 -06:00

7 lines
214 B
YAML

- name: ensure apache is configured to serve darkchestofwonders.us
template:
src=darkchestofwonders.us.httpd.conf.j2
dest=/etc/httpd/conf.d/darkchestofwonders.us.conf
mode=0644
notify: reload httpd